Html Css Color HEX #C01933 Cardinal

📋 copy color: '#C01933'

red 192 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #C01933

Tints of Cardinal #C01933

RGB

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

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

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

R = 71.64%
G = 9.33%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01933 (or 0xC01933) is known color: Cardinal. HEX triplet: C0, 19 and 33. RGB value is (192,25,51). Sum of RGB (Red+Green+Blue) = 192+25+51=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C01933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01933 is #3FE6CC. Grayscale: #4D4D4D. Windows color (decimal): -4187853 or 3348928. OLE color: 3348928.

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

Color convert

RGB 192 25 51 -
CMYK 0 0.87 0.73 0.25
HSL 350.66º 0.77% 0.43% -
HSV(B) 350.66º 0.87% 0.75% -
XYZ 22.68 12.14 4.28 -
YUV 77.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 192 25 51 0 0.87 0.73 0.25 350.66 0.77 0.43
Hex C0 19 33 0 57 49 19 15F 4D 2B
Octal 300 31 63 0 127 111 31 537 115 53
Binary 11000000 11001 110011 0 1010111 1001001 11001 101011111 1001101 101011

Color Harmonies of #C01933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01933

Black with #C01933

Text Example


Text Example

White with #C01933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01933; }

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

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

background-color css

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

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

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

border-color css

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

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

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