Html Css Color HEX #C93925 Persian Red

📋 copy color: '#C93925'

red 201 ◦ green 57 ◦ blue 37

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

Shades of Persian Red #C93925

Tints of Persian Red #C93925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.54%

R = 68.14%
G = 19.32%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93925 (or 0xC93925) is known color: Persian Red. HEX triplet: C9, 39 and 25. RGB value is (201,57,37). Sum of RGB (Red+Green+Blue) = 201+57+37=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C93925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93925 is #36C6DA. Grayscale: #626262. Windows color (decimal): -3589851 or 2439625. OLE color: 2439625.

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

Color convert

RGB 201 57 37 -
CMYK 0 0.72 0.82 0.21
HSL 7.32º 0.69% 0.47% -
HSV(B) 7.32º 0.82% 0.79% -
XYZ 25.88 15.48 3.37 -
YUV 97.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 201 57 37 0 0.72 0.82 0.21 7.32 0.69 0.47
Hex C9 39 25 0 48 52 15 7 45 2F
Octal 311 71 45 0 110 122 25 7 105 57
Binary 11001001 111001 100101 0 1001000 1010010 10101 111 1000101 101111

Color Harmonies of #C93925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93925

Black with #C93925

Text Example


Text Example

White with #C93925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93925; }

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

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

background-color css

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

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

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

border-color css

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

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

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