Html Css Color HEX #C02839 Cardinal

📋 copy color: '#C02839'

red 192 ◦ green 40 ◦ blue 57

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

Shades of Cardinal #C02839

Tints of Cardinal #C02839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 66.44%
G = 13.84%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C02839 (or 0xC02839) is known color: Cardinal. HEX triplet: C0, 28 and 39. RGB value is (192,40,57). Sum of RGB (Red+Green+Blue) = 192+40+57=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C02839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02839 is #3FD7C6. Grayscale: #575757. Windows color (decimal): -4184007 or 3745984. OLE color: 3745984.

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

Color convert

RGB 192 40 57 -
CMYK 0 0.79 0.70 0.25
HSL 353.29º 0.66% 0.45% -
HSV(B) 353.29º 0.79% 0.75% -
XYZ 23.24 13.02 5.16 -
YUV 87.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 192 40 57 0 0.79 0.70 0.25 353.29 0.66 0.45
Hex C0 28 39 0 4F 46 19 161 42 2D
Octal 300 50 71 0 117 106 31 541 102 55
Binary 11000000 101000 111001 0 1001111 1000110 11001 101100001 1000010 101101

Color Harmonies of #C02839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02839

Black with #C02839

Text Example


Text Example

White with #C02839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02839; }

 p { color: rgb(192,40,57); }

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

background-color css

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

 a { background-color: rgb(192,40,57); }

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

border-color css

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

 span { border-color: rgb(192,40,57); }

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