Html Css Color HEX #C01831 Cardinal

📋 copy color: '#C01831'

red 192 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #C01831

Tints of Cardinal #C01831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 72.45%
G = 9.06%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01831 (or 0xC01831) is known color: Cardinal. HEX triplet: C0, 18 and 31. RGB value is (192,24,49). Sum of RGB (Red+Green+Blue) = 192+24+49=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01831 is #3FE7CE. Grayscale: #4D4D4D. Windows color (decimal): -4188111 or 3217600. OLE color: 3217600.

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

Color convert

RGB 192 24 49 -
CMYK 0 0.88 0.74 0.25
HSL 351.07º 0.78% 0.42% -
HSV(B) 351.07º 0.88% 0.75% -
XYZ 22.62 12.08 4.05 -
YUV 77.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 192 24 49 0 0.88 0.74 0.25 351.07 0.78 0.42
Hex C0 18 31 0 58 4A 19 15F 4E 2A
Octal 300 30 61 0 130 112 31 537 116 52
Binary 11000000 11000 110001 0 1011000 1001010 11001 101011111 1001110 101010

Color Harmonies of #C01831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01831

Black with #C01831

Text Example


Text Example

White with #C01831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01831; }

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

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

background-color css

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

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

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

border-color css

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

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

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