Html Css Color HEX #C22E2C Persian Red

📋 copy color: '#C22E2C'

red 194 ◦ green 46 ◦ blue 44

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

Shades of Persian Red #C22E2C

Tints of Persian Red #C22E2C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 68.31%
G = 16.2%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C22E2C (or 0xC22E2C) is known color: Persian Red. HEX triplet: C2, 2E and 2C. RGB value is (194,46,44). Sum of RGB (Red+Green+Blue) = 194+46+44=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E2C is #3DD1D3. Grayscale: #5A5A5A. Windows color (decimal): -4051412 or 2895554. OLE color: 2895554.

HSL color Cylindrical-coordinate representation of color #C22E2C: hue angle of 0.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22E2C is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 46 44 -
CMYK 0 0.76 0.77 0.24
HSL 0.8º 0.63% 0.47% -
HSV(B) 0.8º 0.77% 0.76% -
XYZ 23.68 13.61 3.76 -
YUV 90.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 194 46 44 0 0.76 0.77 0.24 0.8 0.63 0.47
Hex C2 2E 2C 0 4C 4D 18 1 3F 2F
Octal 302 56 54 0 114 115 30 1 77 57
Binary 11000010 101110 101100 0 1001100 1001101 11000 1 111111 101111

Color Harmonies of #C22E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22E2C

Black with #C22E2C

Text Example


Text Example

White with #C22E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22E2C; }

 p { color: rgb(194,46,44); }

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

background-color css

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

 a { background-color: rgb(194,46,44); }

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

border-color css

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

 span { border-color: rgb(194,46,44); }

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