Html Css Color HEX #C22145 Cardinal

📋 copy color: '#C22145'

red 194 ◦ green 33 ◦ blue 69

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

Shades of Cardinal #C22145

Tints of Cardinal #C22145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

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

R = 65.54%
G = 11.15%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C22145 (or 0xC22145) is known color: Cardinal. HEX triplet: C2, 21 and 45. RGB value is (194,33,69). Sum of RGB (Red+Green+Blue) = 194+33+69=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C22145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22145 is #3DDEBA. Grayscale: #555555. Windows color (decimal): -4054715 or 4530626. OLE color: 4530626.

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

Color convert

RGB 194 33 69 -
CMYK 0 0.83 0.64 0.24
HSL 346.58º 0.71% 0.45% -
HSV(B) 346.58º 0.83% 0.76% -
XYZ 23.87 12.99 6.88 -
YUV 85.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 194 33 69 0 0.83 0.64 0.24 346.58 0.71 0.45
Hex C2 21 45 0 53 40 18 15B 47 2D
Octal 302 41 105 0 123 100 30 533 107 55
Binary 11000010 100001 1000101 0 1010011 1000000 11000 101011011 1000111 101101

Color Harmonies of #C22145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22145

Black with #C22145

Text Example


Text Example

White with #C22145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22145; }

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

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

background-color css

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

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

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

border-color css

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

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

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