Html Css Color HEX #C20045 Cardinal

📋 copy color: '#C20045'

red 194 ◦ green 0 ◦ blue 69

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

Shades of Cardinal #C20045

Tints of Cardinal #C20045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.76%
G = 0%
B = 26.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C20045 (or 0xC20045) is known color: Cardinal. HEX triplet: C2, 00 and 45. RGB value is (194,0,69). Sum of RGB (Red+Green+Blue) = 194+0+69=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C20045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20045 is #3DFFBA. Grayscale: #414141. Windows color (decimal): -4063163 or 4522178. OLE color: 4522178.

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

Color convert

RGB 194 0 69 -
CMYK 0 1 0.64 0.24
HSL 338.66º 1% 0.38% -
HSV(B) 338.66º 1% 0.76% -
XYZ 23.32 11.9 6.7 -
YUV 65.87 129.77 219.39 -
System Red Green Blue C M Y K H S L
Decimal 194 0 69 0 1 0.64 0.24 338.66 1 0.38
Hex C2 0 45 0 64 40 18 153 64 26
Octal 302 0 105 0 144 100 30 523 144 46
Binary 11000010 0 1000101 0 1100100 1000000 11000 101010011 1100100 100110

Color Harmonies of #C20045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20045

Black with #C20045

Text Example


Text Example

White with #C20045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20045; }

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

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

background-color css

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

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

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

border-color css

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

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

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