Html Css Color HEX #C01848 Cardinal

📋 copy color: '#C01848'

red 192 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #C01848

Tints of Cardinal #C01848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

 BLUE value IS 72 (28.52% from 255) = 25%

R = 66.67%
G = 8.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C01848 (or 0xC01848) is known color: Cardinal. HEX triplet: C0, 18 and 48. RGB value is (192,24,72). Sum of RGB (Red+Green+Blue) = 192+24+72=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C01848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01848 is #3FE7B7. Grayscale: #4F4F4F. Windows color (decimal): -4188088 or 4724928. OLE color: 4724928.

HSL color Cylindrical-coordinate representation of color #C01848: hue angle of 342.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01848 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 72 -
CMYK 0 0.88 0.63 0.25
HSL 342.86º 0.78% 0.42% -
HSV(B) 342.86º 0.88% 0.75% -
XYZ 23.23 12.33 7.29 -
YUV 79.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 192 24 72 0 0.88 0.63 0.25 342.86 0.78 0.42
Hex C0 18 48 0 58 3F 19 157 4E 2A
Octal 300 30 110 0 130 77 31 527 116 52
Binary 11000000 11000 1001000 0 1011000 111111 11001 101010111 1001110 101010

Color Harmonies of #C01848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01848

Black with #C01848

Text Example


Text Example

White with #C01848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01848; }

 p { color: rgb(192,24,72); }

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

background-color css

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

 a { background-color: rgb(192,24,72); }

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

border-color css

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

 span { border-color: rgb(192,24,72); }

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