Html Css Color HEX #C9362D Persian Red

📋 copy color: '#C9362D'

red 201 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #C9362D

Tints of Persian Red #C9362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 67%
G = 18%
B = 15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9362D (or 0xC9362D) is known color: Persian Red. HEX triplet: C9, 36 and 2D. RGB value is (201,54,45). Sum of RGB (Red+Green+Blue) = 201+54+45=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9362D is #36C9D2. Grayscale: #616161. Windows color (decimal): -3590611 or 2963145. OLE color: 2963145.

HSL color Cylindrical-coordinate representation of color #C9362D: hue angle of 3.46º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9362D is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 54 45 -
CMYK 0 0.73 0.78 0.21
HSL 3.46º 0.63% 0.48% -
HSV(B) 3.46º 0.78% 0.79% -
XYZ 25.88 15.25 4.06 -
YUV 96.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 201 54 45 0 0.73 0.78 0.21 3.46 0.63 0.48
Hex C9 36 2D 0 49 4E 15 3 3F 30
Octal 311 66 55 0 111 116 25 3 77 60
Binary 11001001 110110 101101 0 1001001 1001110 10101 11 111111 110000

Color Harmonies of #C9362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9362D

Black with #C9362D

Text Example


Text Example

White with #C9362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9362D; }

 p { color: rgb(201,54,45); }

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

background-color css

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

 a { background-color: rgb(201,54,45); }

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

border-color css

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

 span { border-color: rgb(201,54,45); }

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