Html Css Color HEX #C93328 Persian Red

📋 copy color: '#C93328'

red 201 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #C93328

Tints of Persian Red #C93328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 68.84%
G = 17.47%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C93328 (or 0xC93328) is known color: Persian Red. HEX triplet: C9, 33 and 28. RGB value is (201,51,40). Sum of RGB (Red+Green+Blue) = 201+51+40=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C93328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93328 is #36CCD7. Grayscale: #5E5E5E. Windows color (decimal): -3591384 or 2634697. OLE color: 2634697.

HSL color Cylindrical-coordinate representation of color #C93328: hue angle of 4.1º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C93328 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 40 -
CMYK 0 0.75 0.80 0.21
HSL 4.1º 0.67% 0.47% -
HSV(B) 4.1º 0.8% 0.79% -
XYZ 25.65 14.94 3.54 -
YUV 94.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 201 51 40 0 0.75 0.80 0.21 4.1 0.67 0.47
Hex C9 33 28 0 4B 50 15 4 43 2F
Octal 311 63 50 0 113 120 25 4 103 57
Binary 11001001 110011 101000 0 1001011 1010000 10101 100 1000011 101111

Color Harmonies of #C93328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93328

Black with #C93328

Text Example


Text Example

White with #C93328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93328; }

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

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

background-color css

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

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

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

border-color css

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

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

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