Html Css Color HEX #C02337 Cardinal

📋 copy color: '#C02337'

red 192 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #C02337

Tints of Cardinal #C02337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

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

R = 68.09%
G = 12.41%
B = 19.5%

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

#C02337 (or 0xC02337) is known color: Cardinal. HEX triplet: C0, 23 and 37. RGB value is (192,35,55). Sum of RGB (Red+Green+Blue) = 192+35+55=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02337 is #3FDCC8. Grayscale: #545454. Windows color (decimal): -4185289 or 3613632. OLE color: 3613632.

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

Color convert

RGB 192 35 55 -
CMYK 0 0.82 0.71 0.25
HSL 352.36º 0.69% 0.45% -
HSV(B) 352.36º 0.82% 0.75% -
XYZ 23.03 12.68 4.85 -
YUV 84.22 111.51 204.87 -
System Red Green Blue C M Y K H S L
Decimal 192 35 55 0 0.82 0.71 0.25 352.36 0.69 0.45
Hex C0 23 37 0 52 47 19 160 45 2D
Octal 300 43 67 0 122 107 31 540 105 55
Binary 11000000 100011 110111 0 1010010 1000111 11001 101100000 1000101 101101

Color Harmonies of #C02337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02337

Black with #C02337

Text Example


Text Example

White with #C02337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02337; }

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

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

background-color css

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

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

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

border-color css

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

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

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