Html Css Color HEX #C20245 Cardinal

📋 copy color: '#C20245'

red 194 ◦ green 2 ◦ blue 69

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

Shades of Cardinal #C20245

Tints of Cardinal #C20245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 73.21%
G = 0.75%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C20245 (or 0xC20245) is known color: Cardinal. HEX triplet: C2, 02 and 45. RGB value is (194,2,69). Sum of RGB (Red+Green+Blue) = 194+2+69=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C20245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20245 is #3DFDBA. Grayscale: #424242. Windows color (decimal): -4062651 or 4522690. OLE color: 4522690.

HSL color Cylindrical-coordinate representation of color #C20245: hue angle of 339.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20245 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 69 -
CMYK 0 0.99 0.64 0.24
HSL 339.06º 0.98% 0.38% -
HSV(B) 339.06º 0.99% 0.76% -
XYZ 23.34 11.94 6.7 -
YUV 67.05 129.11 218.55 -
System Red Green Blue C M Y K H S L
Decimal 194 2 69 0 0.99 0.64 0.24 339.06 0.98 0.38
Hex C2 2 45 0 63 40 18 153 62 26
Octal 302 2 105 0 143 100 30 523 142 46
Binary 11000010 10 1000101 0 1100011 1000000 11000 101010011 1100010 100110

Color Harmonies of #C20245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20245

Black with #C20245

Text Example


Text Example

White with #C20245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20245; }

 p { color: rgb(194,2,69); }

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

background-color css

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

 a { background-color: rgb(194,2,69); }

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

border-color css

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

 span { border-color: rgb(194,2,69); }

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