Html Css Color HEX #C01434 Cardinal

📋 copy color: '#C01434'

red 192 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #C01434

Tints of Cardinal #C01434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 72.73%
G = 7.58%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01434 (or 0xC01434) is known color: Cardinal. HEX triplet: C0, 14 and 34. RGB value is (192,20,52). Sum of RGB (Red+Green+Blue) = 192+20+52=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C01434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01434 is #3FEBCB. Grayscale: #4B4B4B. Windows color (decimal): -4189132 or 3413184. OLE color: 3413184.

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

Color convert

RGB 192 20 52 -
CMYK 0 0.90 0.73 0.25
HSL 348.84º 0.81% 0.42% -
HSV(B) 348.84º 0.9% 0.75% -
XYZ 22.61 11.95 4.36 -
YUV 75.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 192 20 52 0 0.90 0.73 0.25 348.84 0.81 0.42
Hex C0 14 34 0 5A 49 19 15D 51 2A
Octal 300 24 64 0 132 111 31 535 121 52
Binary 11000000 10100 110100 0 1011010 1001001 11001 101011101 1010001 101010

Color Harmonies of #C01434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01434

Black with #C01434

Text Example


Text Example

White with #C01434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01434; }

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

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

background-color css

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

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

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

border-color css

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

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

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