Html Css Color HEX #C02431 Cardinal

📋 copy color: '#C02431'

red 192 ◦ green 36 ◦ blue 49

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

Shades of Cardinal #C02431

Tints of Cardinal #C02431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 69.31%
G = 13%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02431 (or 0xC02431) is known color: Cardinal. HEX triplet: C0, 24 and 31. RGB value is (192,36,49). Sum of RGB (Red+Green+Blue) = 192+36+49=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C02431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02431 is #3FDBCE. Grayscale: #545454. Windows color (decimal): -4185039 or 3220672. OLE color: 3220672.

HSL color Cylindrical-coordinate representation of color #C02431: hue angle of 355º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02431 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 49 -
CMYK 0 0.81 0.74 0.25
HSL 355º 0.68% 0.45% -
HSV(B) 355º 0.81% 0.75% -
XYZ 22.92 12.69 4.15 -
YUV 84.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 192 36 49 0 0.81 0.74 0.25 355 0.68 0.45
Hex C0 24 31 0 51 4A 19 163 44 2D
Octal 300 44 61 0 121 112 31 543 104 55
Binary 11000000 100100 110001 0 1010001 1001010 11001 101100011 1000100 101101

Color Harmonies of #C02431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02431

Black with #C02431

Text Example


Text Example

White with #C02431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02431; }

 p { color: rgb(192,36,49); }

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

background-color css

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

 a { background-color: rgb(192,36,49); }

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

border-color css

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

 span { border-color: rgb(192,36,49); }

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