Html Css Color HEX #C93927 Persian Red

📋 copy color: '#C93927'

red 201 ◦ green 57 ◦ blue 39

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

Shades of Persian Red #C93927

Tints of Persian Red #C93927

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 67.68%
G = 19.19%
B = 13.13%

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

#C93927 (or 0xC93927) is known color: Persian Red. HEX triplet: C9, 39 and 27. RGB value is (201,57,39). Sum of RGB (Red+Green+Blue) = 201+57+39=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C93927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93927 is #36C6D8. Grayscale: #626262. Windows color (decimal): -3589849 or 2570697. OLE color: 2570697.

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

Color convert

RGB 201 57 39 -
CMYK 0 0.72 0.81 0.21
HSL 6.67º 0.68% 0.47% -
HSV(B) 6.67º 0.81% 0.79% -
XYZ 25.92 15.49 3.54 -
YUV 98 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 201 57 39 0 0.72 0.81 0.21 6.67 0.68 0.47
Hex C9 39 27 0 48 51 15 7 44 2F
Octal 311 71 47 0 110 121 25 7 104 57
Binary 11001001 111001 100111 0 1001000 1010001 10101 111 1000100 101111

Color Harmonies of #C93927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93927

Black with #C93927

Text Example


Text Example

White with #C93927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93927; }

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

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

background-color css

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

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

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

border-color css

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

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

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