Html Css Color HEX #C93D35 Persian Red

📋 copy color: '#C93D35'

red 201 ◦ green 61 ◦ blue 53

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

Shades of Persian Red #C93D35

Tints of Persian Red #C93D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 63.81%
G = 19.37%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C93D35 (or 0xC93D35) is known color: Persian Red. HEX triplet: C9, 3D and 35. RGB value is (201,61,53). Sum of RGB (Red+Green+Blue) = 201+61+53=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D35 is #36C2CA. Grayscale: #666666. Windows color (decimal): -3588811 or 3489225. OLE color: 3489225.

HSL color Cylindrical-coordinate representation of color #C93D35: hue angle of 3.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93D35 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 53 -
CMYK 0 0.70 0.74 0.21
HSL 3.24º 0.58% 0.5% -
HSV(B) 3.24º 0.74% 0.79% -
XYZ 26.4 16.01 5.07 -
YUV 101.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 201 61 53 0 0.70 0.74 0.21 3.24 0.58 0.5
Hex C9 3D 35 0 46 4A 15 3 3A 32
Octal 311 75 65 0 106 112 25 3 72 62
Binary 11001001 111101 110101 0 1000110 1001010 10101 11 111010 110010

Color Harmonies of #C93D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D35

Black with #C93D35

Text Example


Text Example

White with #C93D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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