Html Css Color HEX #C93B27 Persian Red

📋 copy color: '#C93B27'

red 201 ◦ green 59 ◦ blue 39

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

Shades of Persian Red #C93B27

Tints of Persian Red #C93B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

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

R = 67.22%
G = 19.73%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93B27 (or 0xC93B27) is known color: Persian Red. HEX triplet: C9, 3B and 27. RGB value is (201,59,39). Sum of RGB (Red+Green+Blue) = 201+59+39=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B27 is #36C4D8. Grayscale: #636363. Windows color (decimal): -3589337 or 2571209. OLE color: 2571209.

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

Color convert

RGB 201 59 39 -
CMYK 0 0.71 0.81 0.21
HSL 7.41º 0.68% 0.47% -
HSV(B) 7.41º 0.81% 0.79% -
XYZ 26.02 15.69 3.58 -
YUV 99.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 201 59 39 0 0.71 0.81 0.21 7.41 0.68 0.47
Hex C9 3B 27 0 47 51 15 7 44 2F
Octal 311 73 47 0 107 121 25 7 104 57
Binary 11001001 111011 100111 0 1000111 1010001 10101 111 1000100 101111

Color Harmonies of #C93B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B27

Black with #C93B27

Text Example


Text Example

White with #C93B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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