Html Css Color HEX #C20F3E Cardinal

📋 copy color: '#C20F3E'

red 194 ◦ green 15 ◦ blue 62

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

Shades of Cardinal #C20F3E

Tints of Cardinal #C20F3E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 71.59%
G = 5.54%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C20F3E (or 0xC20F3E) is known color: Cardinal. HEX triplet: C2, 0F and 3E. RGB value is (194,15,62). Sum of RGB (Red+Green+Blue) = 194+15+62=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F3E is #3DF0C1. Grayscale: #494949. Windows color (decimal): -4059330 or 4067266. OLE color: 4067266.

HSL color Cylindrical-coordinate representation of color #C20F3E: hue angle of 344.25º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20F3E is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 15 62 -
CMYK 0 0.92 0.68 0.24
HSL 344.25º 0.86% 0.41% -
HSV(B) 344.25º 0.92% 0.76% -
XYZ 23.29 12.16 5.68 -
YUV 73.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 194 15 62 0 0.92 0.68 0.24 344.25 0.86 0.41
Hex C2 F 3E 0 5C 44 18 158 56 29
Octal 302 17 76 0 134 104 30 530 126 51
Binary 11000010 1111 111110 0 1011100 1000100 11000 101011000 1010110 101001

Color Harmonies of #C20F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F3E

Black with #C20F3E

Text Example


Text Example

White with #C20F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F3E; }

 p { color: rgb(194,15,62); }

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

background-color css

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

 a { background-color: rgb(194,15,62); }

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

border-color css

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

 span { border-color: rgb(194,15,62); }

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