Html Css Color HEX #C93D29 Persian Red

📋 copy color: '#C93D29'

red 201 ◦ green 61 ◦ blue 41

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

Shades of Persian Red #C93D29

Tints of Persian Red #C93D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 66.34%
G = 20.13%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C93D29 (or 0xC93D29) is known color: Persian Red. HEX triplet: C9, 3D and 29. RGB value is (201,61,41). Sum of RGB (Red+Green+Blue) = 201+61+41=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D29 is #36C2D6. Grayscale: #646464. Windows color (decimal): -3588823 or 2702793. OLE color: 2702793.

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

Color convert

RGB 201 61 41 -
CMYK 0 0.70 0.80 0.21
HSL 7.5º 0.66% 0.47% -
HSV(B) 7.5º 0.8% 0.79% -
XYZ 26.16 15.92 3.79 -
YUV 100.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 201 61 41 0 0.70 0.80 0.21 7.5 0.66 0.47
Hex C9 3D 29 0 46 50 15 8 42 2F
Octal 311 75 51 0 106 120 25 10 102 57
Binary 11001001 111101 101001 0 1000110 1010000 10101 1000 1000010 101111

Color Harmonies of #C93D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D29

Black with #C93D29

Text Example


Text Example

White with #C93D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D29; }

 p { color: rgb(201,61,41); }

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

background-color css

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

 a { background-color: rgb(201,61,41); }

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

border-color css

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

 span { border-color: rgb(201,61,41); }

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