Html Css Color HEX #C01442 Cardinal

📋 copy color: '#C01442'

red 192 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #C01442

Tints of Cardinal #C01442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 69.06%
G = 7.19%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01442 (or 0xC01442) is known color: Cardinal. HEX triplet: C0, 14 and 42. RGB value is (192,20,66). Sum of RGB (Red+Green+Blue) = 192+20+66=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C01442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01442 is #3FEBBD. Grayscale: #4C4C4C. Windows color (decimal): -4189118 or 4330688. OLE color: 4330688.

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

Color convert

RGB 192 20 66 -
CMYK 0 0.90 0.66 0.25
HSL 343.95º 0.81% 0.42% -
HSV(B) 343.95º 0.9% 0.75% -
XYZ 22.97 12.1 6.28 -
YUV 76.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 192 20 66 0 0.90 0.66 0.25 343.95 0.81 0.42
Hex C0 14 42 0 5A 42 19 158 51 2A
Octal 300 24 102 0 132 102 31 530 121 52
Binary 11000000 10100 1000010 0 1011010 1000010 11001 101011000 1010001 101010

Color Harmonies of #C01442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01442

Black with #C01442

Text Example


Text Example

White with #C01442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01442; }

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

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

background-color css

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

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

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

border-color css

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

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

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