Html Css Color HEX #C20145 Cardinal

📋 copy color: '#C20145'

red 194 ◦ green 1 ◦ blue 69

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

Shades of Cardinal #C20145

Tints of Cardinal #C20145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 73.48%
G = 0.38%
B = 26.14%

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

#C20145 (or 0xC20145) is known color: Cardinal. HEX triplet: C2, 01 and 45. RGB value is (194,1,69). Sum of RGB (Red+Green+Blue) = 194+1+69=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C20145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20145 is #3DFEBA. Grayscale: #424242. Windows color (decimal): -4062907 or 4522434. OLE color: 4522434.

HSL color Cylindrical-coordinate representation of color #C20145: hue angle of 338.86º degrees, saturation: 0.99, 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 #C20145 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 69 -
CMYK 0 0.99 0.64 0.24
HSL 338.86º 0.99% 0.38% -
HSV(B) 338.86º 0.99% 0.76% -
XYZ 23.33 11.92 6.7 -
YUV 66.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 194 1 69 0 0.99 0.64 0.24 338.86 0.99 0.38
Hex C2 1 45 0 63 40 18 153 63 26
Octal 302 1 105 0 143 100 30 523 143 46
Binary 11000010 1 1000101 0 1100011 1000000 11000 101010011 1100011 100110

Color Harmonies of #C20145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20145

Black with #C20145

Text Example


Text Example

White with #C20145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20145; }

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

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

background-color css

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

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

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

border-color css

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

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

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