Html Css Color HEX #C94038 Persian Red

📋 copy color: '#C94038'

red 201 ◦ green 64 ◦ blue 56

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

Shades of Persian Red #C94038

Tints of Persian Red #C94038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 62.62%
G = 19.94%
B = 17.45%

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

#C94038 (or 0xC94038) is known color: Persian Red. HEX triplet: C9, 40 and 38. RGB value is (201,64,56). Sum of RGB (Red+Green+Blue) = 201+64+56=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C94038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94038 is #36BFC7. Grayscale: #686868. Windows color (decimal): -3588040 or 3686601. OLE color: 3686601.

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

Color convert

RGB 201 64 56 -
CMYK 0 0.68 0.72 0.21
HSL 3.31º 0.57% 0.5% -
HSV(B) 3.31º 0.72% 0.79% -
XYZ 26.63 16.37 5.5 -
YUV 104.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 201 64 56 0 0.68 0.72 0.21 3.31 0.57 0.5
Hex C9 40 38 0 44 48 15 3 39 32
Octal 311 100 70 0 104 110 25 3 71 62
Binary 11001001 1000000 111000 0 1000100 1001000 10101 11 111001 110010

Color Harmonies of #C94038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94038

Black with #C94038

Text Example


Text Example

White with #C94038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94038; }

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

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

background-color css

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

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

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

border-color css

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

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

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