Html Css Color HEX #C92E2C Persian Red

📋 copy color: '#C92E2C'

red 201 ◦ green 46 ◦ blue 44

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

Shades of Persian Red #C92E2C

Tints of Persian Red #C92E2C

RGB

 RED value IS 201 (78.91% from 255) = 69.07%

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

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

R = 69.07%
G = 15.81%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C92E2C (or 0xC92E2C) is known color: Persian Red. HEX triplet: C9, 2E and 2C. RGB value is (201,46,44). Sum of RGB (Red+Green+Blue) = 201+46+44=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92E2C is #36D1D3. Grayscale: #5C5C5C. Windows color (decimal): -3592660 or 2895561. OLE color: 2895561.

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

Color convert

RGB 201 46 44 -
CMYK 0 0.77 0.78 0.21
HSL 0.76º 0.64% 0.48% -
HSV(B) 0.76º 0.78% 0.79% -
XYZ 25.52 14.55 3.85 -
YUV 92.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 201 46 44 0 0.77 0.78 0.21 0.76 0.64 0.48
Hex C9 2E 2C 0 4D 4E 15 1 40 30
Octal 311 56 54 0 115 116 25 1 100 60
Binary 11001001 101110 101100 0 1001101 1001110 10101 1 1000000 110000

Color Harmonies of #C92E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E2C

Black with #C92E2C

Text Example


Text Example

White with #C92E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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