Html Css Color HEX #C93725 Persian Red

📋 copy color: '#C93725'

red 201 ◦ green 55 ◦ blue 37

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

Shades of Persian Red #C93725

Tints of Persian Red #C93725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 68.6%
G = 18.77%
B = 12.63%

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

#C93725 (or 0xC93725) is known color: Persian Red. HEX triplet: C9, 37 and 25. RGB value is (201,55,37). Sum of RGB (Red+Green+Blue) = 201+55+37=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C93725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93725 is #36C8DA. Grayscale: #606060. Windows color (decimal): -3590363 or 2439113. OLE color: 2439113.

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

Color convert

RGB 201 55 37 -
CMYK 0 0.73 0.82 0.21
HSL 6.59º 0.69% 0.47% -
HSV(B) 6.59º 0.82% 0.79% -
XYZ 25.79 15.28 3.34 -
YUV 96.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 201 55 37 0 0.73 0.82 0.21 6.59 0.69 0.47
Hex C9 37 25 0 49 52 15 7 45 2F
Octal 311 67 45 0 111 122 25 7 105 57
Binary 11001001 110111 100101 0 1001001 1010010 10101 111 1000101 101111

Color Harmonies of #C93725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93725

Black with #C93725

Text Example


Text Example

White with #C93725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93725; }

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

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

background-color css

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

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

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

border-color css

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

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

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