Html Css Color HEX #C01847 Cardinal

📋 copy color: '#C01847'

red 192 ◦ green 24 ◦ blue 71

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

Shades of Cardinal #C01847

Tints of Cardinal #C01847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 66.9%
G = 8.36%
B = 24.74%

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

#C01847 (or 0xC01847) is known color: Cardinal. HEX triplet: C0, 18 and 47. RGB value is (192,24,71). Sum of RGB (Red+Green+Blue) = 192+24+71=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C01847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01847 is #3FE7B8. Grayscale: #4F4F4F. Windows color (decimal): -4188089 or 4659392. OLE color: 4659392.

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

Color convert

RGB 192 24 71 -
CMYK 0 0.88 0.63 0.25
HSL 343.21º 0.78% 0.42% -
HSV(B) 343.21º 0.88% 0.75% -
XYZ 23.2 12.31 7.12 -
YUV 79.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 192 24 71 0 0.88 0.63 0.25 343.21 0.78 0.42
Hex C0 18 47 0 58 3F 19 157 4E 2A
Octal 300 30 107 0 130 77 31 527 116 52
Binary 11000000 11000 1000111 0 1011000 111111 11001 101010111 1001110 101010

Color Harmonies of #C01847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01847

Black with #C01847

Text Example


Text Example

White with #C01847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01847; }

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

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

background-color css

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

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

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

border-color css

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

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

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