Html Css Color HEX #C20343 Cardinal

📋 copy color: '#C20343'

red 194 ◦ green 3 ◦ blue 67

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

Shades of Cardinal #C20343

Tints of Cardinal #C20343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.38%

R = 73.48%
G = 1.14%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C20343 (or 0xC20343) is known color: Cardinal. HEX triplet: C2, 03 and 43. RGB value is (194,3,67). Sum of RGB (Red+Green+Blue) = 194+3+67=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C20343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20343 is #3DFCBC. Grayscale: #434343. Windows color (decimal): -4062397 or 4391874. OLE color: 4391874.

HSL color Cylindrical-coordinate representation of color #C20343: hue angle of 339.9º 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 #C20343 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 67 -
CMYK 0 0.98 0.65 0.24
HSL 339.9º 0.97% 0.39% -
HSV(B) 339.9º 0.98% 0.76% -
XYZ 23.29 11.94 6.39 -
YUV 67.41 127.78 218.3 -
System Red Green Blue C M Y K H S L
Decimal 194 3 67 0 0.98 0.65 0.24 339.9 0.97 0.39
Hex C2 3 43 0 62 41 18 154 61 27
Octal 302 3 103 0 142 101 30 524 141 47
Binary 11000010 11 1000011 0 1100010 1000001 11000 101010100 1100001 100111

Color Harmonies of #C20343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20343

Black with #C20343

Text Example


Text Example

White with #C20343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20343; }

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

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

background-color css

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

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

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

border-color css

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

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

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