Html Css Color HEX #C01833 Cardinal

📋 copy color: '#C01833'

red 192 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #C01833

Tints of Cardinal #C01833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 71.91%
G = 8.99%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01833 (or 0xC01833) is known color: Cardinal. HEX triplet: C0, 18 and 33. RGB value is (192,24,51). Sum of RGB (Red+Green+Blue) = 192+24+51=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C01833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01833 is #3FE7CC. Grayscale: #4D4D4D. Windows color (decimal): -4188109 or 3348672. OLE color: 3348672.

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

Color convert

RGB 192 24 51 -
CMYK 0 0.88 0.73 0.25
HSL 350.36º 0.78% 0.42% -
HSV(B) 350.36º 0.88% 0.75% -
XYZ 22.66 12.1 4.27 -
YUV 77.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 192 24 51 0 0.88 0.73 0.25 350.36 0.78 0.42
Hex C0 18 33 0 58 49 19 15E 4E 2A
Octal 300 30 63 0 130 111 31 536 116 52
Binary 11000000 11000 110011 0 1011000 1001001 11001 101011110 1001110 101010

Color Harmonies of #C01833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01833

Black with #C01833

Text Example


Text Example

White with #C01833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01833; }

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

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

background-color css

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

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

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

border-color css

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

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

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