Html Css Color HEX #C22928 Persian Red

📋 copy color: '#C22928'

red 194 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #C22928

Tints of Persian Red #C22928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 70.55%
G = 14.91%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22928 (or 0xC22928) is known color: Persian Red. HEX triplet: C2, 29 and 28. RGB value is (194,41,40). Sum of RGB (Red+Green+Blue) = 194+41+40=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C22928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22928 is #3DD6D7. Grayscale: #565656. Windows color (decimal): -4052696 or 2632130. OLE color: 2632130.

HSL color Cylindrical-coordinate representation of color #C22928: hue angle of 0.39º 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 #C22928 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 41 40 -
CMYK 0 0.79 0.79 0.24
HSL 0.39º 0.66% 0.46% -
HSV(B) 0.39º 0.79% 0.76% -
XYZ 23.42 13.21 3.32 -
YUV 86.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 194 41 40 0 0.79 0.79 0.24 0.39 0.66 0.46
Hex C2 29 28 0 4F 4F 18 0 42 2E
Octal 302 51 50 0 117 117 30 0 102 56
Binary 11000010 101001 101000 0 1001111 1001111 11000 0 1000010 101110

Color Harmonies of #C22928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22928

Black with #C22928

Text Example


Text Example

White with #C22928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22928; }

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

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

background-color css

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

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

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

border-color css

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

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

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