Html Css Color HEX #C93825 Persian Red

📋 copy color: '#C93825'

red 201 ◦ green 56 ◦ blue 37

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

Shades of Persian Red #C93825

Tints of Persian Red #C93825

RGB

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

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

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

R = 68.37%
G = 19.05%
B = 12.59%

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

#C93825 (or 0xC93825) is known color: Persian Red. HEX triplet: C9, 38 and 25. RGB value is (201,56,37). Sum of RGB (Red+Green+Blue) = 201+56+37=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C93825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93825 is #36C7DA. Grayscale: #616161. Windows color (decimal): -3590107 or 2439369. OLE color: 2439369.

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

Color convert

RGB 201 56 37 -
CMYK 0 0.72 0.82 0.21
HSL 6.95º 0.69% 0.47% -
HSV(B) 6.95º 0.82% 0.79% -
XYZ 25.84 15.38 3.36 -
YUV 97.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 201 56 37 0 0.72 0.82 0.21 6.95 0.69 0.47
Hex C9 38 25 0 48 52 15 7 45 2F
Octal 311 70 45 0 110 122 25 7 105 57
Binary 11001001 111000 100101 0 1001000 1010010 10101 111 1000101 101111

Color Harmonies of #C93825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93825

Black with #C93825

Text Example


Text Example

White with #C93825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93825; }

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

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

background-color css

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

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

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

border-color css

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

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

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