Html Css Color HEX #C02434 Cardinal

📋 copy color: '#C02434'

red 192 ◦ green 36 ◦ blue 52

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

Shades of Cardinal #C02434

Tints of Cardinal #C02434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 68.57%
G = 12.86%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02434 (or 0xC02434) is known color: Cardinal. HEX triplet: C0, 24 and 34. RGB value is (192,36,52). Sum of RGB (Red+Green+Blue) = 192+36+52=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C02434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02434 is #3FDBCB. Grayscale: #545454. Windows color (decimal): -4185036 or 3417280. OLE color: 3417280.

HSL color Cylindrical-coordinate representation of color #C02434: hue angle of 353.85º 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 #C02434 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 52 -
CMYK 0 0.81 0.73 0.25
HSL 353.85º 0.68% 0.45% -
HSV(B) 353.85º 0.81% 0.75% -
XYZ 22.99 12.72 4.49 -
YUV 84.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 192 36 52 0 0.81 0.73 0.25 353.85 0.68 0.45
Hex C0 24 34 0 51 49 19 162 44 2D
Octal 300 44 64 0 121 111 31 542 104 55
Binary 11000000 100100 110100 0 1010001 1001001 11001 101100010 1000100 101101

Color Harmonies of #C02434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02434

Black with #C02434

Text Example


Text Example

White with #C02434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02434; }

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

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

background-color css

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

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

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

border-color css

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

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

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