Html Css Color HEX #C20342 Cardinal

📋 copy color: '#C20342'

red 194 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #C20342

Tints of Cardinal #C20342

RGB

 RED value IS 194 (76.17% from 255) = 73.76%

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 73.76%
G = 1.14%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C20342 (or 0xC20342) is known color: Cardinal. HEX triplet: C2, 03 and 42. RGB value is (194,3,66). Sum of RGB (Red+Green+Blue) = 194+3+66=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C20342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20342 is #3DFCBD. Grayscale: #434343. Windows color (decimal): -4062398 or 4326338. OLE color: 4326338.

HSL color Cylindrical-coordinate representation of color #C20342: hue angle of 340.21º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20342 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 66 -
CMYK 0 0.98 0.66 0.24
HSL 340.21º 0.97% 0.39% -
HSV(B) 340.21º 0.98% 0.76% -
XYZ 23.26 11.93 6.23 -
YUV 67.29 127.28 218.38 -
System Red Green Blue C M Y K H S L
Decimal 194 3 66 0 0.98 0.66 0.24 340.21 0.97 0.39
Hex C2 3 42 0 62 42 18 154 61 27
Octal 302 3 102 0 142 102 30 524 141 47
Binary 11000010 11 1000010 0 1100010 1000010 11000 101010100 1100001 100111

Color Harmonies of #C20342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20342

Black with #C20342

Text Example


Text Example

White with #C20342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20342; }

 p { color: rgb(194,3,66); }

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

background-color css

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

 a { background-color: rgb(194,3,66); }

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

border-color css

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

 span { border-color: rgb(194,3,66); }

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