Html Css Color HEX #C20340 Cardinal

📋 copy color: '#C20340'

red 194 ◦ green 3 ◦ blue 64

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

Shades of Cardinal #C20340

Tints of Cardinal #C20340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 74.33%
G = 1.15%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C20340 (or 0xC20340) is known color: Cardinal. HEX triplet: C2, 03 and 40. RGB value is (194,3,64). Sum of RGB (Red+Green+Blue) = 194+3+64=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C20340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20340 is #3DFCBF. Grayscale: #434343. Windows color (decimal): -4062400 or 4195266. OLE color: 4195266.

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

Color convert

RGB 194 3 64 -
CMYK 0 0.98 0.67 0.24
HSL 340.84º 0.97% 0.39% -
HSV(B) 340.84º 0.98% 0.76% -
XYZ 23.21 11.9 5.93 -
YUV 67.06 126.28 218.54 -
System Red Green Blue C M Y K H S L
Decimal 194 3 64 0 0.98 0.67 0.24 340.84 0.97 0.39
Hex C2 3 40 0 62 43 18 155 61 27
Octal 302 3 100 0 142 103 30 525 141 47
Binary 11000010 11 1000000 0 1100010 1000011 11000 101010101 1100001 100111

Color Harmonies of #C20340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20340

Black with #C20340

Text Example


Text Example

White with #C20340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20340; }

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

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

background-color css

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

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

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

border-color css

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

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

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