Html Css Color HEX #C93326 Persian Red

📋 copy color: '#C93326'

red 201 ◦ green 51 ◦ blue 38

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

Shades of Persian Red #C93326

Tints of Persian Red #C93326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 69.31%
G = 17.59%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93326 (or 0xC93326) is known color: Persian Red. HEX triplet: C9, 33 and 26. RGB value is (201,51,38). Sum of RGB (Red+Green+Blue) = 201+51+38=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C93326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93326 is #36CCD9. Grayscale: #5E5E5E. Windows color (decimal): -3591386 or 2503625. OLE color: 2503625.

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

Color convert

RGB 201 51 38 -
CMYK 0 0.75 0.81 0.21
HSL 4.79º 0.68% 0.47% -
HSV(B) 4.79º 0.81% 0.79% -
XYZ 25.62 14.93 3.36 -
YUV 94.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 201 51 38 0 0.75 0.81 0.21 4.79 0.68 0.47
Hex C9 33 26 0 4B 51 15 5 44 2F
Octal 311 63 46 0 113 121 25 5 104 57
Binary 11001001 110011 100110 0 1001011 1010001 10101 101 1000100 101111

Color Harmonies of #C93326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93326

Black with #C93326

Text Example


Text Example

White with #C93326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93326; }

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

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

background-color css

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

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

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

border-color css

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

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

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