Html Css Color HEX #C93625 Persian Red

📋 copy color: '#C93625'

red 201 ◦ green 54 ◦ blue 37

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

Shades of Persian Red #C93625

Tints of Persian Red #C93625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 68.84%
G = 18.49%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93625 (or 0xC93625) is known color: Persian Red. HEX triplet: C9, 36 and 25. RGB value is (201,54,37). Sum of RGB (Red+Green+Blue) = 201+54+37=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C93625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93625 is #36C9DA. Grayscale: #606060. Windows color (decimal): -3590619 or 2438857. OLE color: 2438857.

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

Color convert

RGB 201 54 37 -
CMYK 0 0.73 0.82 0.21
HSL 6.22º 0.69% 0.47% -
HSV(B) 6.22º 0.82% 0.79% -
XYZ 25.74 15.19 3.33 -
YUV 96.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 201 54 37 0 0.73 0.82 0.21 6.22 0.69 0.47
Hex C9 36 25 0 49 52 15 6 45 2F
Octal 311 66 45 0 111 122 25 6 105 57
Binary 11001001 110110 100101 0 1001001 1010010 10101 110 1000101 101111

Color Harmonies of #C93625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93625

Black with #C93625

Text Example


Text Example

White with #C93625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93625; }

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

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

background-color css

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

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

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

border-color css

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

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

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