Html Css Color HEX #C20344 Cardinal

📋 copy color: '#C20344'

red 194 ◦ green 3 ◦ blue 68

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

Shades of Cardinal #C20344

Tints of Cardinal #C20344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 73.21%
G = 1.13%
B = 25.66%

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

#C20344 (or 0xC20344) is known color: Cardinal. HEX triplet: C2, 03 and 44. RGB value is (194,3,68). Sum of RGB (Red+Green+Blue) = 194+3+68=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C20344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20344 is #3DFCBB. Grayscale: #434343. Windows color (decimal): -4062396 or 4457410. OLE color: 4457410.

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

Color convert

RGB 194 3 68 -
CMYK 0 0.98 0.65 0.24
HSL 339.58º 0.97% 0.39% -
HSV(B) 339.58º 0.98% 0.76% -
XYZ 23.32 11.95 6.55 -
YUV 67.52 128.28 218.21 -
System Red Green Blue C M Y K H S L
Decimal 194 3 68 0 0.98 0.65 0.24 339.58 0.97 0.39
Hex C2 3 44 0 62 41 18 154 61 27
Octal 302 3 104 0 142 101 30 524 141 47
Binary 11000010 11 1000100 0 1100010 1000001 11000 101010100 1100001 100111

Color Harmonies of #C20344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20344

Black with #C20344

Text Example


Text Example

White with #C20344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20344; }

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

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

background-color css

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

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

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

border-color css

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

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

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