Html Css Color HEX #C94138 Persian Red

📋 copy color: '#C94138'

red 201 ◦ green 65 ◦ blue 56

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

Shades of Persian Red #C94138

Tints of Persian Red #C94138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 62.42%
G = 20.19%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94138 (or 0xC94138) is known color: Persian Red. HEX triplet: C9, 41 and 38. RGB value is (201,65,56). Sum of RGB (Red+Green+Blue) = 201+65+56=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C94138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94138 is #36BEC7. Grayscale: #686868. Windows color (decimal): -3587784 or 3686857. OLE color: 3686857.

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

Color convert

RGB 201 65 56 -
CMYK 0 0.68 0.72 0.21
HSL 3.72º 0.57% 0.5% -
HSV(B) 3.72º 0.72% 0.79% -
XYZ 26.69 16.48 5.52 -
YUV 104.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 201 65 56 0 0.68 0.72 0.21 3.72 0.57 0.5
Hex C9 41 38 0 44 48 15 4 39 32
Octal 311 101 70 0 104 110 25 4 71 62
Binary 11001001 1000001 111000 0 1000100 1001000 10101 100 111001 110010

Color Harmonies of #C94138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94138

Black with #C94138

Text Example


Text Example

White with #C94138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94138; }

 p { color: rgb(201,65,56); }

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

background-color css

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

 a { background-color: rgb(201,65,56); }

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

border-color css

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

 span { border-color: rgb(201,65,56); }

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