Html Css Color HEX #C22C2A Persian Red

📋 copy color: '#C22C2A'

red 194 ◦ green 44 ◦ blue 42

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

Shades of Persian Red #C22C2A

Tints of Persian Red #C22C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 69.29%
G = 15.71%
B = 15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C22C2A (or 0xC22C2A) is known color: Persian Red. HEX triplet: C2, 2C and 2A. RGB value is (194,44,42). Sum of RGB (Red+Green+Blue) = 194+44+42=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C2A is #3DD3D5. Grayscale: #585858. Windows color (decimal): -4051926 or 2763970. OLE color: 2763970.

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

Color convert

RGB 194 44 42 -
CMYK 0 0.77 0.78 0.24
HSL 0.79º 0.64% 0.46% -
HSV(B) 0.79º 0.78% 0.76% -
XYZ 23.57 13.44 3.54 -
YUV 88.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 194 44 42 0 0.77 0.78 0.24 0.79 0.64 0.46
Hex C2 2C 2A 0 4D 4E 18 1 40 2E
Octal 302 54 52 0 115 116 30 1 100 56
Binary 11000010 101100 101010 0 1001101 1001110 11000 1 1000000 101110

Color Harmonies of #C22C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C2A

Black with #C22C2A

Text Example


Text Example

White with #C22C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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