Html Css Color HEX #C20F43 Cardinal

📋 copy color: '#C20F43'

red 194 ◦ green 15 ◦ blue 67

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

Shades of Cardinal #C20F43

Tints of Cardinal #C20F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.28%

R = 70.29%
G = 5.43%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C20F43 (or 0xC20F43) is known color: Cardinal. HEX triplet: C2, 0F and 43. RGB value is (194,15,67). Sum of RGB (Red+Green+Blue) = 194+15+67=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F43 is #3DF0BC. Grayscale: #4A4A4A. Windows color (decimal): -4059325 or 4394946. OLE color: 4394946.

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

Color convert

RGB 194 15 67 -
CMYK 0 0.92 0.65 0.24
HSL 342.57º 0.86% 0.41% -
HSV(B) 342.57º 0.92% 0.76% -
XYZ 23.43 12.22 6.43 -
YUV 74.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 194 15 67 0 0.92 0.65 0.24 342.57 0.86 0.41
Hex C2 F 43 0 5C 41 18 157 56 29
Octal 302 17 103 0 134 101 30 527 126 51
Binary 11000010 1111 1000011 0 1011100 1000001 11000 101010111 1010110 101001

Color Harmonies of #C20F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F43

Black with #C20F43

Text Example


Text Example

White with #C20F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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