Html Css Color HEX #C01938 Cardinal

📋 copy color: '#C01938'

red 192 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #C01938

Tints of Cardinal #C01938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 56 (22.27% from 255) = 20.51%

R = 70.33%
G = 9.16%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C01938 (or 0xC01938) is known color: Cardinal. HEX triplet: C0, 19 and 38. RGB value is (192,25,56). Sum of RGB (Red+Green+Blue) = 192+25+56=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C01938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01938 is #3FE6C7. Grayscale: #4E4E4E. Windows color (decimal): -4187848 or 3676608. OLE color: 3676608.

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

Color convert

RGB 192 25 56 -
CMYK 0 0.87 0.71 0.25
HSL 348.86º 0.77% 0.43% -
HSV(B) 348.86º 0.87% 0.75% -
XYZ 22.8 12.19 4.89 -
YUV 78.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 192 25 56 0 0.87 0.71 0.25 348.86 0.77 0.43
Hex C0 19 38 0 57 47 19 15D 4D 2B
Octal 300 31 70 0 127 107 31 535 115 53
Binary 11000000 11001 111000 0 1010111 1000111 11001 101011101 1001101 101011

Color Harmonies of #C01938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01938

Black with #C01938

Text Example


Text Example

White with #C01938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01938; }

 p { color: rgb(192,25,56); }

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

background-color css

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

 a { background-color: rgb(192,25,56); }

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

border-color css

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

 span { border-color: rgb(192,25,56); }

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