Html Css Color HEX #C00939 Cardinal

📋 copy color: '#C00939'

red 192 ◦ green 9 ◦ blue 57

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

Shades of Cardinal #C00939

Tints of Cardinal #C00939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 74.42%
G = 3.49%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C00939 (or 0xC00939) is known color: Cardinal. HEX triplet: C0, 09 and 39. RGB value is (192,9,57). Sum of RGB (Red+Green+Blue) = 192+9+57=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C00939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00939 is #3FF6C6. Grayscale: #454545. Windows color (decimal): -4191943 or 3738048. OLE color: 3738048.

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

Color convert

RGB 192 9 57 -
CMYK 0 0.95 0.70 0.25
HSL 344.26º 0.91% 0.39% -
HSV(B) 344.26º 0.95% 0.75% -
XYZ 22.57 11.7 4.94 -
YUV 69.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 192 9 57 0 0.95 0.70 0.25 344.26 0.91 0.39
Hex C0 9 39 0 5F 46 19 158 5B 27
Octal 300 11 71 0 137 106 31 530 133 47
Binary 11000000 1001 111001 0 1011111 1000110 11001 101011000 1011011 100111

Color Harmonies of #C00939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00939

Black with #C00939

Text Example


Text Example

White with #C00939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00939; }

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

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

background-color css

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

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

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

border-color css

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

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

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