Html Css Color HEX #C01733 Cardinal

📋 copy color: '#C01733'

red 192 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #C01733

Tints of Cardinal #C01733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 72.18%
G = 8.65%
B = 19.17%

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

#C01733 (or 0xC01733) is known color: Cardinal. HEX triplet: C0, 17 and 33. RGB value is (192,23,51). Sum of RGB (Red+Green+Blue) = 192+23+51=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01733 is #3FE8CC. Grayscale: #4C4C4C. Windows color (decimal): -4188365 or 3348416. OLE color: 3348416.

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

Color convert

RGB 192 23 51 -
CMYK 0 0.88 0.73 0.25
HSL 350.06º 0.79% 0.42% -
HSV(B) 350.06º 0.88% 0.75% -
XYZ 22.64 12.06 4.27 -
YUV 76.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 192 23 51 0 0.88 0.73 0.25 350.06 0.79 0.42
Hex C0 17 33 0 58 49 19 15E 4F 2A
Octal 300 27 63 0 130 111 31 536 117 52
Binary 11000000 10111 110011 0 1011000 1001001 11001 101011110 1001111 101010

Color Harmonies of #C01733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01733

Black with #C01733

Text Example


Text Example

White with #C01733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01733; }

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

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

background-color css

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

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

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

border-color css

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

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

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