Html Css Color HEX #C01142 Cardinal

📋 copy color: '#C01142'

red 192 ◦ green 17 ◦ blue 66

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

Shades of Cardinal #C01142

Tints of Cardinal #C01142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

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

R = 69.82%
G = 6.18%
B = 24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01142 (or 0xC01142) is known color: Cardinal. HEX triplet: C0, 11 and 42. RGB value is (192,17,66). Sum of RGB (Red+Green+Blue) = 192+17+66=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C01142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01142 is #3FEEBD. Grayscale: #4A4A4A. Windows color (decimal): -4189886 or 4329920. OLE color: 4329920.

HSL color Cylindrical-coordinate representation of color #C01142: hue angle of 343.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01142 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 66 -
CMYK 0 0.91 0.66 0.25
HSL 343.2º 0.84% 0.41% -
HSV(B) 343.2º 0.91% 0.75% -
XYZ 22.92 12 6.26 -
YUV 74.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 192 17 66 0 0.91 0.66 0.25 343.2 0.84 0.41
Hex C0 11 42 0 5B 42 19 157 54 29
Octal 300 21 102 0 133 102 31 527 124 51
Binary 11000000 10001 1000010 0 1011011 1000010 11001 101010111 1010100 101001

Color Harmonies of #C01142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01142

Black with #C01142

Text Example


Text Example

White with #C01142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01142; }

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

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

background-color css

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

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

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

border-color css

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

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

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