Html Css Color HEX #C20741 Cardinal

📋 copy color: '#C20741'

red 194 ◦ green 7 ◦ blue 65

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

Shades of Cardinal #C20741

Tints of Cardinal #C20741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 72.93%
G = 2.63%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C20741 (or 0xC20741) is known color: Cardinal. HEX triplet: C2, 07 and 41. RGB value is (194,7,65). Sum of RGB (Red+Green+Blue) = 194+7+65=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C20741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20741 is #3DF8BE. Grayscale: #454545. Windows color (decimal): -4061375 or 4261826. OLE color: 4261826.

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

Color convert

RGB 194 7 65 -
CMYK 0 0.96 0.66 0.24
HSL 341.39º 0.93% 0.39% -
HSV(B) 341.39º 0.96% 0.76% -
XYZ 23.28 12 6.09 -
YUV 69.53 125.45 216.78 -
System Red Green Blue C M Y K H S L
Decimal 194 7 65 0 0.96 0.66 0.24 341.39 0.93 0.39
Hex C2 7 41 0 60 42 18 155 5D 27
Octal 302 7 101 0 140 102 30 525 135 47
Binary 11000010 111 1000001 0 1100000 1000010 11000 101010101 1011101 100111

Color Harmonies of #C20741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20741

Black with #C20741

Text Example


Text Example

White with #C20741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20741; }

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

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

background-color css

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

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

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

border-color css

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

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

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