Html Css Color HEX #C00037 Cardinal

📋 copy color: '#C00037'

red 192 ◦ green 0 ◦ blue 55

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

Shades of Cardinal #C00037

Tints of Cardinal #C00037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.73%
G = 0%
B = 22.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C00037 (or 0xC00037) is known color: Cardinal. HEX triplet: C0, 00 and 37. RGB value is (192,0,55). Sum of RGB (Red+Green+Blue) = 192+0+55=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C00037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00037 is #3FFFC8. Grayscale: #3F3F3F. Windows color (decimal): -4194249 or 3604672. OLE color: 3604672.

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

Color convert

RGB 192 0 55 -
CMYK 0 1 0.71 0.25
HSL 342.81º 1% 0.38% -
HSV(B) 342.81º 1% 0.75% -
XYZ 22.43 11.48 4.65 -
YUV 63.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 192 0 55 0 1 0.71 0.25 342.81 1 0.38
Hex C0 0 37 0 64 47 19 157 64 26
Octal 300 0 67 0 144 107 31 527 144 46
Binary 11000000 0 110111 0 1100100 1000111 11001 101010111 1100100 100110

Color Harmonies of #C00037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00037

Black with #C00037

Text Example


Text Example

White with #C00037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00037; }

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

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

background-color css

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

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

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

border-color css

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

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

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