Html Css Color HEX #C20737 Cardinal

📋 copy color: '#C20737'

red 194 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #C20737

Tints of Cardinal #C20737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 75.78%
G = 2.73%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20737 (or 0xC20737) is known color: Cardinal. HEX triplet: C2, 07 and 37. RGB value is (194,7,55). Sum of RGB (Red+Green+Blue) = 194+7+55=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C20737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20737 is #3DF8C8. Grayscale: #444444. Windows color (decimal): -4061385 or 3606466. OLE color: 3606466.

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

Color convert

RGB 194 7 55 -
CMYK 0 0.96 0.72 0.24
HSL 344.6º 0.93% 0.39% -
HSV(B) 344.6º 0.96% 0.76% -
XYZ 23.01 11.9 4.7 -
YUV 68.39 120.45 217.6 -
System Red Green Blue C M Y K H S L
Decimal 194 7 55 0 0.96 0.72 0.24 344.6 0.93 0.39
Hex C2 7 37 0 60 48 18 159 5D 27
Octal 302 7 67 0 140 110 30 531 135 47
Binary 11000010 111 110111 0 1100000 1001000 11000 101011001 1011101 100111

Color Harmonies of #C20737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20737

Black with #C20737

Text Example


Text Example

White with #C20737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20737; }

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

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

background-color css

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

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

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

border-color css

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

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

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