Html Css Color HEX #C00839 Cardinal

📋 copy color: '#C00839'

red 192 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #C00839

Tints of Cardinal #C00839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

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

R = 74.71%
G = 3.11%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C00839 (or 0xC00839) is known color: Cardinal. HEX triplet: C0, 08 and 39. RGB value is (192,8,57). Sum of RGB (Red+Green+Blue) = 192+8+57=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C00839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00839 is #3FF7C6. Grayscale: #444444. Windows color (decimal): -4192199 or 3737792. OLE color: 3737792.

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

Color convert

RGB 192 8 57 -
CMYK 0 0.96 0.70 0.25
HSL 344.02º 0.92% 0.39% -
HSV(B) 344.02º 0.96% 0.75% -
XYZ 22.56 11.68 4.94 -
YUV 68.6 121.46 216.02 -
System Red Green Blue C M Y K H S L
Decimal 192 8 57 0 0.96 0.70 0.25 344.02 0.92 0.39
Hex C0 8 39 0 60 46 19 158 5C 27
Octal 300 10 71 0 140 106 31 530 134 47
Binary 11000000 1000 111001 0 1100000 1000110 11001 101011000 1011100 100111

Color Harmonies of #C00839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00839

Black with #C00839

Text Example


Text Example

White with #C00839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00839; }

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

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

background-color css

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

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

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

border-color css

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

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

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