Html Css Color HEX #C93626 Persian Red

📋 copy color: '#C93626'

red 201 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #C93626

Tints of Persian Red #C93626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 68.6%
G = 18.43%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93626 (or 0xC93626) is known color: Persian Red. HEX triplet: C9, 36 and 26. RGB value is (201,54,38). Sum of RGB (Red+Green+Blue) = 201+54+38=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C93626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93626 is #36C9D9. Grayscale: #606060. Windows color (decimal): -3590618 or 2504393. OLE color: 2504393.

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

Color convert

RGB 201 54 38 -
CMYK 0 0.73 0.81 0.21
HSL 5.89º 0.68% 0.47% -
HSV(B) 5.89º 0.81% 0.79% -
XYZ 25.76 15.2 3.41 -
YUV 96.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 201 54 38 0 0.73 0.81 0.21 5.89 0.68 0.47
Hex C9 36 26 0 49 51 15 6 44 2F
Octal 311 66 46 0 111 121 25 6 104 57
Binary 11001001 110110 100110 0 1001001 1010001 10101 110 1000100 101111

Color Harmonies of #C93626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93626

Black with #C93626

Text Example


Text Example

White with #C93626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93626; }

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

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

background-color css

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

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

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

border-color css

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

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

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