Html Css Color HEX #C93E28 Persian Red

📋 copy color: '#C93E28'

red 201 ◦ green 62 ◦ blue 40

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

Shades of Persian Red #C93E28

Tints of Persian Red #C93E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

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

R = 66.34%
G = 20.46%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C93E28 (or 0xC93E28) is known color: Persian Red. HEX triplet: C9, 3E and 28. RGB value is (201,62,40). Sum of RGB (Red+Green+Blue) = 201+62+40=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E28 is #36C1D7. Grayscale: #656565. Windows color (decimal): -3588568 or 2637513. OLE color: 2637513.

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

Color convert

RGB 201 62 40 -
CMYK 0 0.69 0.80 0.21
HSL 8.2º 0.67% 0.47% -
HSV(B) 8.2º 0.8% 0.79% -
XYZ 26.19 16.02 3.72 -
YUV 101.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 201 62 40 0 0.69 0.80 0.21 8.2 0.67 0.47
Hex C9 3E 28 0 45 50 15 8 43 2F
Octal 311 76 50 0 105 120 25 10 103 57
Binary 11001001 111110 101000 0 1000101 1010000 10101 1000 1000011 101111

Color Harmonies of #C93E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E28

Black with #C93E28

Text Example


Text Example

White with #C93E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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