Html Css Color HEX #C00944 Cardinal

📋 copy color: '#C00944'

red 192 ◦ green 9 ◦ blue 68

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

Shades of Cardinal #C00944

Tints of Cardinal #C00944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 71.38%
G = 3.35%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00944 (or 0xC00944) is known color: Cardinal. HEX triplet: C0, 09 and 44. RGB value is (192,9,68). Sum of RGB (Red+Green+Blue) = 192+9+68=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C00944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00944 is #3FF6BB. Grayscale: #464646. Windows color (decimal): -4191932 or 4458944. OLE color: 4458944.

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

Color convert

RGB 192 9 68 -
CMYK 0 0.95 0.65 0.25
HSL 340.66º 0.91% 0.39% -
HSV(B) 340.66º 0.95% 0.75% -
XYZ 22.88 11.82 6.54 -
YUV 70.44 126.63 214.7 -
System Red Green Blue C M Y K H S L
Decimal 192 9 68 0 0.95 0.65 0.25 340.66 0.91 0.39
Hex C0 9 44 0 5F 41 19 155 5B 27
Octal 300 11 104 0 137 101 31 525 133 47
Binary 11000000 1001 1000100 0 1011111 1000001 11001 101010101 1011011 100111

Color Harmonies of #C00944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00944

Black with #C00944

Text Example


Text Example

White with #C00944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00944; }

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

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

background-color css

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

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

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

border-color css

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

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

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