Html Css Color HEX #C02240 Cardinal

📋 copy color: '#C02240'

red 192 ◦ green 34 ◦ blue 64

#C02240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C02240

Tints of Cardinal #C02240

RGB

 RED value IS 192 (75.39% from 255) = 66.21%

 GREEN value IS 34 (13.67% from 255) = 11.72%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 66.21%
G = 11.72%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C02240 (or 0xC02240) is known color: Cardinal. HEX triplet: C0, 22 and 40. RGB value is (192,34,64). Sum of RGB (Red+Green+Blue) = 192+34+64=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C02240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02240 is #3FDDBF. Grayscale: #545454. Windows color (decimal): -4185536 or 4203200. OLE color: 4203200.

HSL color Cylindrical-coordinate representation of color #C02240: hue angle of 348.61º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02240 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 64 -
CMYK 0 0.82 0.67 0.25
HSL 348.61º 0.7% 0.44% -
HSV(B) 348.61º 0.82% 0.75% -
XYZ 23.24 12.72 6.08 -
YUV 84.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 192 34 64 0 0.82 0.67 0.25 348.61 0.7 0.44
Hex C0 22 40 0 52 43 19 15D 46 2C
Octal 300 42 100 0 122 103 31 535 106 54
Binary 11000000 100010 1000000 0 1010010 1000011 11001 101011101 1000110 101100

Color Harmonies of #C02240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02240

Black with #C02240

Text Example


Text Example

White with #C02240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02240; }

 p { color: rgb(192,34,64); }

 H1.HeaderClassName
 {
   color: #C02240;
 }
 .AnyTagClassName
 {
   color: #C02240;
 }
</style>

background-color css

<style>
 a { background-color: #C02240; }

 a { background-color: rgb(192,34,64); }

 div.DivClassName
 {
   background-color: #C02240;
 }
 .BgClassName
 {
   background-color: #C02240;
 }
</style>

border-color css

<style>
 span { border-color: #C02240; }

 span { border-color: rgb(192,34,64); }

 td.TdClassName
 {
   border-color: #C02240;
 }
 .TagClassName
 {
   border-color: #C02240;
 }
</style>