Html Css Color HEX #C20637 Cardinal

📋 copy color: '#C20637'

red 194 ◦ green 6 ◦ blue 55

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

Shades of Cardinal #C20637

Tints of Cardinal #C20637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 55 (21.88% from 255) = 21.57%

R = 76.08%
G = 2.35%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20637 (or 0xC20637) is known color: Cardinal. HEX triplet: C2, 06 and 37. RGB value is (194,6,55). Sum of RGB (Red+Green+Blue) = 194+6+55=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C20637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20637 is #3DF9C8. Grayscale: #434343. Windows color (decimal): -4061641 or 3606210. OLE color: 3606210.

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

Color convert

RGB 194 6 55 -
CMYK 0 0.97 0.72 0.24
HSL 344.36º 0.94% 0.39% -
HSV(B) 344.36º 0.97% 0.76% -
XYZ 23 11.88 4.69 -
YUV 67.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 194 6 55 0 0.97 0.72 0.24 344.36 0.94 0.39
Hex C2 6 37 0 61 48 18 158 5E 27
Octal 302 6 67 0 141 110 30 530 136 47
Binary 11000010 110 110111 0 1100001 1001000 11000 101011000 1011110 100111

Color Harmonies of #C20637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20637

Black with #C20637

Text Example


Text Example

White with #C20637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20637; }

 p { color: rgb(194,6,55); }

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

background-color css

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

 a { background-color: rgb(194,6,55); }

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

border-color css

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

 span { border-color: rgb(194,6,55); }

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