Html Css Color HEX #C93827 Persian Red

📋 copy color: '#C93827'

red 201 ◦ green 56 ◦ blue 39

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

Shades of Persian Red #C93827

Tints of Persian Red #C93827

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 67.91%
G = 18.92%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93827 (or 0xC93827) is known color: Persian Red. HEX triplet: C9, 38 and 27. RGB value is (201,56,39). Sum of RGB (Red+Green+Blue) = 201+56+39=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C93827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93827 is #36C7D8. Grayscale: #616161. Windows color (decimal): -3590105 or 2570441. OLE color: 2570441.

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

Color convert

RGB 201 56 39 -
CMYK 0 0.72 0.81 0.21
HSL 6.3º 0.68% 0.47% -
HSV(B) 6.3º 0.81% 0.79% -
XYZ 25.87 15.39 3.53 -
YUV 97.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 201 56 39 0 0.72 0.81 0.21 6.3 0.68 0.47
Hex C9 38 27 0 48 51 15 6 44 2F
Octal 311 70 47 0 110 121 25 6 104 57
Binary 11001001 111000 100111 0 1001000 1010001 10101 110 1000100 101111

Color Harmonies of #C93827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93827

Black with #C93827

Text Example


Text Example

White with #C93827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93827; }

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

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

background-color css

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

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

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

border-color css

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

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

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