Html Css Color HEX #C22339 Cardinal

📋 copy color: '#C22339'

red 194 ◦ green 35 ◦ blue 57

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

Shades of Cardinal #C22339

Tints of Cardinal #C22339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 57 (22.66% from 255) = 19.93%

R = 67.83%
G = 12.24%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C22339 (or 0xC22339) is known color: Cardinal. HEX triplet: C2, 23 and 39. RGB value is (194,35,57). Sum of RGB (Red+Green+Blue) = 194+35+57=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C22339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22339 is #3DDCC6. Grayscale: #555555. Windows color (decimal): -4054215 or 3744706. OLE color: 3744706.

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

Color convert

RGB 194 35 57 -
CMYK 0 0.82 0.71 0.24
HSL 351.7º 0.69% 0.45% -
HSV(B) 351.7º 0.82% 0.76% -
XYZ 23.59 12.97 5.13 -
YUV 85.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 194 35 57 0 0.82 0.71 0.24 351.7 0.69 0.45
Hex C2 23 39 0 52 47 18 160 45 2D
Octal 302 43 71 0 122 107 30 540 105 55
Binary 11000010 100011 111001 0 1010010 1000111 11000 101100000 1000101 101101

Color Harmonies of #C22339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22339

Black with #C22339

Text Example


Text Example

White with #C22339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22339; }

 p { color: rgb(194,35,57); }

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

background-color css

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

 a { background-color: rgb(194,35,57); }

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

border-color css

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

 span { border-color: rgb(194,35,57); }

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