Html Css Color HEX #C02234 Cardinal

📋 copy color: '#C02234'

red 192 ◦ green 34 ◦ blue 52

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

Shades of Cardinal #C02234

Tints of Cardinal #C02234

RGB

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

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

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

R = 69.06%
G = 12.23%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02234 (or 0xC02234) is known color: Cardinal. HEX triplet: C0, 22 and 34. RGB value is (192,34,52). Sum of RGB (Red+Green+Blue) = 192+34+52=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02234 is #3FDDCB. Grayscale: #535353. Windows color (decimal): -4185548 or 3416768. OLE color: 3416768.

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

Color convert

RGB 192 34 52 -
CMYK 0 0.82 0.73 0.25
HSL 353.16º 0.7% 0.44% -
HSV(B) 353.16º 0.82% 0.75% -
XYZ 22.93 12.6 4.47 -
YUV 83.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 192 34 52 0 0.82 0.73 0.25 353.16 0.7 0.44
Hex C0 22 34 0 52 49 19 161 46 2C
Octal 300 42 64 0 122 111 31 541 106 54
Binary 11000000 100010 110100 0 1010010 1001001 11001 101100001 1000110 101100

Color Harmonies of #C02234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02234

Black with #C02234

Text Example


Text Example

White with #C02234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02234; }

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

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

background-color css

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

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

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

border-color css

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

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

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