Html Css Color HEX #C92E2D Persian Red

📋 copy color: '#C92E2D'

red 201 ◦ green 46 ◦ blue 45

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

Shades of Persian Red #C92E2D

Tints of Persian Red #C92E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 68.84%
G = 15.75%
B = 15.41%

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

#C92E2D (or 0xC92E2D) is known color: Persian Red. HEX triplet: C9, 2E and 2D. RGB value is (201,46,45). Sum of RGB (Red+Green+Blue) = 201+46+45=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92E2D is #36D1D2. Grayscale: #5C5C5C. Windows color (decimal): -3592659 or 2961097. OLE color: 2961097.

HSL color Cylindrical-coordinate representation of color #C92E2D: hue angle of 0.38º degrees, saturation: 0.63, 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 #C92E2D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 46 45 -
CMYK 0 0.77 0.78 0.21
HSL 0.38º 0.63% 0.48% -
HSV(B) 0.38º 0.78% 0.79% -
XYZ 25.54 14.56 3.95 -
YUV 92.23 101.35 205.58 -
System Red Green Blue C M Y K H S L
Decimal 201 46 45 0 0.77 0.78 0.21 0.38 0.63 0.48
Hex C9 2E 2D 0 4D 4E 15 0 3F 30
Octal 311 56 55 0 115 116 25 0 77 60
Binary 11001001 101110 101101 0 1001101 1001110 10101 0 111111 110000

Color Harmonies of #C92E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E2D

Black with #C92E2D

Text Example


Text Example

White with #C92E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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