Html Css Color HEX #C92B27 Persian Red

📋 copy color: '#C92B27'

red 201 ◦ green 43 ◦ blue 39

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

Shades of Persian Red #C92B27

Tints of Persian Red #C92B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.19%

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 71.02%
G = 15.19%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C92B27 (or 0xC92B27) is known color: Persian Red. HEX triplet: C9, 2B and 27. RGB value is (201,43,39). Sum of RGB (Red+Green+Blue) = 201+43+39=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92B27 is #36D4D8. Grayscale: #595959. Windows color (decimal): -3593433 or 2567113. OLE color: 2567113.

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

Color convert

RGB 201 43 39 -
CMYK 0 0.79 0.81 0.21
HSL 1.48º 0.68% 0.47% -
HSV(B) 1.48º 0.81% 0.79% -
XYZ 25.32 14.29 3.34 -
YUV 89.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 201 43 39 0 0.79 0.81 0.21 1.48 0.68 0.47
Hex C9 2B 27 0 4F 51 15 1 44 2F
Octal 311 53 47 0 117 121 25 1 104 57
Binary 11001001 101011 100111 0 1001111 1010001 10101 1 1000100 101111

Color Harmonies of #C92B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92B27

Black with #C92B27

Text Example


Text Example

White with #C92B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92B27; }

 p { color: rgb(201,43,39); }

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

background-color css

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

 a { background-color: rgb(201,43,39); }

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

border-color css

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

 span { border-color: rgb(201,43,39); }

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