Html Css Color HEX #C93027 Persian Red

📋 copy color: '#C93027'

red 201 ◦ green 48 ◦ blue 39

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

Shades of Persian Red #C93027

Tints of Persian Red #C93027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 69.79%
G = 16.67%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93027 (or 0xC93027) is known color: Persian Red. HEX triplet: C9, 30 and 27. RGB value is (201,48,39). Sum of RGB (Red+Green+Blue) = 201+48+39=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C93027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93027 is #36CFD8. Grayscale: #5C5C5C. Windows color (decimal): -3592153 or 2568393. OLE color: 2568393.

HSL color Cylindrical-coordinate representation of color #C93027: hue angle of 3.33º 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 #C93027 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 39 -
CMYK 0 0.76 0.81 0.21
HSL 3.33º 0.68% 0.47% -
HSV(B) 3.33º 0.81% 0.79% -
XYZ 25.51 14.68 3.41 -
YUV 92.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 201 48 39 0 0.76 0.81 0.21 3.33 0.68 0.47
Hex C9 30 27 0 4C 51 15 3 44 2F
Octal 311 60 47 0 114 121 25 3 104 57
Binary 11001001 110000 100111 0 1001100 1010001 10101 11 1000100 101111

Color Harmonies of #C93027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93027

Black with #C93027

Text Example


Text Example

White with #C93027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93027; }

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

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

background-color css

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

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

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

border-color css

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

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

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