Html Css Color HEX #C02237 Cardinal

📋 copy color: '#C02237'

red 192 ◦ green 34 ◦ blue 55

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

Shades of Cardinal #C02237

Tints of Cardinal #C02237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 68.33%
G = 12.1%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C02237 (or 0xC02237) is known color: Cardinal. HEX triplet: C0, 22 and 37. RGB value is (192,34,55). Sum of RGB (Red+Green+Blue) = 192+34+55=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02237 is #3FDDC8. Grayscale: #535353. Windows color (decimal): -4185545 or 3613376. OLE color: 3613376.

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

Color convert

RGB 192 34 55 -
CMYK 0 0.82 0.71 0.25
HSL 352.03º 0.7% 0.44% -
HSV(B) 352.03º 0.82% 0.75% -
XYZ 23 12.63 4.84 -
YUV 83.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 192 34 55 0 0.82 0.71 0.25 352.03 0.7 0.44
Hex C0 22 37 0 52 47 19 160 46 2C
Octal 300 42 67 0 122 107 31 540 106 54
Binary 11000000 100010 110111 0 1010010 1000111 11001 101100000 1000110 101100

Color Harmonies of #C02237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02237

Black with #C02237

Text Example


Text Example

White with #C02237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02237; }

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

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

background-color css

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

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

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

border-color css

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

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

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