Html Css Color HEX #C01736 Cardinal

📋 copy color: '#C01736'

red 192 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #C01736

Tints of Cardinal #C01736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 71.38%
G = 8.55%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01736 (or 0xC01736) is known color: Cardinal. HEX triplet: C0, 17 and 36. RGB value is (192,23,54). Sum of RGB (Red+Green+Blue) = 192+23+54=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C01736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01736 is #3FE8C9. Grayscale: #4D4D4D. Windows color (decimal): -4188362 or 3545024. OLE color: 3545024.

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

Color convert

RGB 192 23 54 -
CMYK 0 0.88 0.72 0.25
HSL 348.99º 0.79% 0.42% -
HSV(B) 348.99º 0.88% 0.75% -
XYZ 22.71 12.09 4.63 -
YUV 77.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 192 23 54 0 0.88 0.72 0.25 348.99 0.79 0.42
Hex C0 17 36 0 58 48 19 15D 4F 2A
Octal 300 27 66 0 130 110 31 535 117 52
Binary 11000000 10111 110110 0 1011000 1001000 11001 101011101 1001111 101010

Color Harmonies of #C01736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01736

Black with #C01736

Text Example


Text Example

White with #C01736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01736; }

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

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

background-color css

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

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

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

border-color css

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

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

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