Html Css Color HEX #C92F2E Persian Red

📋 copy color: '#C92F2E'

red 201 ◦ green 47 ◦ blue 46

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

Shades of Persian Red #C92F2E

Tints of Persian Red #C92F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.99%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 68.37%
G = 15.99%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C92F2E (or 0xC92F2E) is known color: Persian Red. HEX triplet: C9, 2F and 2E. RGB value is (201,47,46). Sum of RGB (Red+Green+Blue) = 201+47+46=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F2E is #36D0D1. Grayscale: #5D5D5D. Windows color (decimal): -3592402 or 3026889. OLE color: 3026889.

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

Color convert

RGB 201 47 46 -
CMYK 0 0.77 0.77 0.21
HSL 0.39º 0.63% 0.48% -
HSV(B) 0.39º 0.77% 0.79% -
XYZ 25.6 14.65 4.06 -
YUV 92.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 201 47 46 0 0.77 0.77 0.21 0.39 0.63 0.48
Hex C9 2F 2E 0 4D 4D 15 0 3F 30
Octal 311 57 56 0 115 115 25 0 77 60
Binary 11001001 101111 101110 0 1001101 1001101 10101 0 111111 110000

Color Harmonies of #C92F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92F2E

Black with #C92F2E

Text Example


Text Example

White with #C92F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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