Html Css Color HEX #C01436 Cardinal

📋 copy color: '#C01436'

red 192 ◦ green 20 ◦ blue 54

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

Shades of Cardinal #C01436

Tints of Cardinal #C01436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 72.18%
G = 7.52%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01436 (or 0xC01436) is known color: Cardinal. HEX triplet: C0, 14 and 36. RGB value is (192,20,54). Sum of RGB (Red+Green+Blue) = 192+20+54=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01436 is #3FEBC9. Grayscale: #4B4B4B. Windows color (decimal): -4189130 or 3544256. OLE color: 3544256.

HSL color Cylindrical-coordinate representation of color #C01436: hue angle of 348.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01436 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 54 -
CMYK 0 0.90 0.72 0.25
HSL 348.14º 0.81% 0.42% -
HSV(B) 348.14º 0.9% 0.75% -
XYZ 22.65 11.97 4.61 -
YUV 75.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 192 20 54 0 0.90 0.72 0.25 348.14 0.81 0.42
Hex C0 14 36 0 5A 48 19 15C 51 2A
Octal 300 24 66 0 132 110 31 534 121 52
Binary 11000000 10100 110110 0 1011010 1001000 11001 101011100 1010001 101010

Color Harmonies of #C01436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01436

Black with #C01436

Text Example


Text Example

White with #C01436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01436; }

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

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

background-color css

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

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

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

border-color css

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

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

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