Html Css Color HEX #C93624 Persian Red

📋 copy color: '#C93624'

red 201 ◦ green 54 ◦ blue 36

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

Shades of Persian Red #C93624

Tints of Persian Red #C93624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 69.07%
G = 18.56%
B = 12.37%

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

#C93624 (or 0xC93624) is known color: Persian Red. HEX triplet: C9, 36 and 24. RGB value is (201,54,36). Sum of RGB (Red+Green+Blue) = 201+54+36=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C93624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93624 is #36C9DB. Grayscale: #606060. Windows color (decimal): -3590620 or 2373321. OLE color: 2373321.

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

Color convert

RGB 201 54 36 -
CMYK 0 0.73 0.82 0.21
HSL 6.55º 0.7% 0.46% -
HSV(B) 6.55º 0.82% 0.79% -
XYZ 25.73 15.18 3.24 -
YUV 95.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 201 54 36 0 0.73 0.82 0.21 6.55 0.7 0.46
Hex C9 36 24 0 49 52 15 7 46 2E
Octal 311 66 44 0 111 122 25 7 106 56
Binary 11001001 110110 100100 0 1001001 1010010 10101 111 1000110 101110

Color Harmonies of #C93624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93624

Black with #C93624

Text Example


Text Example

White with #C93624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93624; }

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

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

background-color css

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

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

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

border-color css

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

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

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