Html Css Color HEX #C93425 Persian Red

📋 copy color: '#C93425'

red 201 ◦ green 52 ◦ blue 37

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

Shades of Persian Red #C93425

Tints of Persian Red #C93425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 69.31%
G = 17.93%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93425 (or 0xC93425) is known color: Persian Red. HEX triplet: C9, 34 and 25. RGB value is (201,52,37). Sum of RGB (Red+Green+Blue) = 201+52+37=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C93425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93425 is #36CBDA. Grayscale: #5F5F5F. Windows color (decimal): -3591131 or 2438345. OLE color: 2438345.

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

Color convert

RGB 201 52 37 -
CMYK 0 0.74 0.82 0.21
HSL 5.49º 0.69% 0.47% -
HSV(B) 5.49º 0.82% 0.79% -
XYZ 25.65 15.01 3.3 -
YUV 94.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 201 52 37 0 0.74 0.82 0.21 5.49 0.69 0.47
Hex C9 34 25 0 4A 52 15 5 45 2F
Octal 311 64 45 0 112 122 25 5 105 57
Binary 11001001 110100 100101 0 1001010 1010010 10101 101 1000101 101111

Color Harmonies of #C93425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93425

Black with #C93425

Text Example


Text Example

White with #C93425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93425; }

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

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

background-color css

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

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

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

border-color css

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

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

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