Html Css Color HEX #C22834 Cardinal

📋 copy color: '#C22834'

red 194 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #C22834

Tints of Cardinal #C22834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 67.83%
G = 13.99%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C22834 (or 0xC22834) is known color: Cardinal. HEX triplet: C2, 28 and 34. RGB value is (194,40,52). Sum of RGB (Red+Green+Blue) = 194+40+52=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C22834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22834 is #3DD7CB. Grayscale: #575757. Windows color (decimal): -4052940 or 3418306. OLE color: 3418306.

HSL color Cylindrical-coordinate representation of color #C22834: hue angle of 355.32º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22834 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 52 -
CMYK 0 0.79 0.73 0.24
HSL 355.32º 0.66% 0.46% -
HSV(B) 355.32º 0.79% 0.76% -
XYZ 23.63 13.23 4.56 -
YUV 87.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 194 40 52 0 0.79 0.73 0.24 355.32 0.66 0.46
Hex C2 28 34 0 4F 49 18 163 42 2E
Octal 302 50 64 0 117 111 30 543 102 56
Binary 11000010 101000 110100 0 1001111 1001001 11000 101100011 1000010 101110

Color Harmonies of #C22834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22834

Black with #C22834

Text Example


Text Example

White with #C22834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22834; }

 p { color: rgb(194,40,52); }

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

background-color css

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

 a { background-color: rgb(194,40,52); }

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

border-color css

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

 span { border-color: rgb(194,40,52); }

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