Html Css Color HEX #C01342 Cardinal

📋 copy color: '#C01342'

red 192 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #C01342

Tints of Cardinal #C01342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 69.31%
G = 6.86%
B = 23.83%

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

#C01342 (or 0xC01342) is known color: Cardinal. HEX triplet: C0, 13 and 42. RGB value is (192,19,66). Sum of RGB (Red+Green+Blue) = 192+19+66=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C01342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01342 is #3FECBD. Grayscale: #4C4C4C. Windows color (decimal): -4189374 or 4330432. OLE color: 4330432.

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

Color convert

RGB 192 19 66 -
CMYK 0 0.90 0.66 0.25
HSL 343.7º 0.82% 0.41% -
HSV(B) 343.7º 0.9% 0.75% -
XYZ 22.95 12.07 6.27 -
YUV 76.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 192 19 66 0 0.90 0.66 0.25 343.7 0.82 0.41
Hex C0 13 42 0 5A 42 19 158 52 29
Octal 300 23 102 0 132 102 31 530 122 51
Binary 11000000 10011 1000010 0 1011010 1000010 11001 101011000 1010010 101001

Color Harmonies of #C01342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01342

Black with #C01342

Text Example


Text Example

White with #C01342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01342; }

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

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

background-color css

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

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

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

border-color css

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

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

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