Html Css Color HEX #CE4440 Persian Red

📋 copy color: '#CE4440'

red 206 ◦ green 68 ◦ blue 64

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

Shades of Persian Red #CE4440

Tints of Persian Red #CE4440

RGB

 RED value IS 206 (80.86% from 255) = 60.95%

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 60.95%
G = 20.12%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE4440 (or 0xCE4440) is known color: Persian Red. HEX triplet: CE, 44 and 40. RGB value is (206,68,64). Sum of RGB (Red+Green+Blue) = 206+68+64=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4440 is #31BBBF. Grayscale: #6C6C6C. Windows color (decimal): -3259328 or 4211918. OLE color: 4211918.

HSL color Cylindrical-coordinate representation of color #CE4440: hue angle of 1.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4440 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 64 -
CMYK 0 0.67 0.69 0.19
HSL 1.69º 0.59% 0.53% -
HSV(B) 1.69º 0.69% 0.81% -
XYZ 28.45 17.63 6.75 -
YUV 108.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 206 68 64 0 0.67 0.69 0.19 1.69 0.59 0.53
Hex CE 44 40 0 43 45 13 2 3B 35
Octal 316 104 100 0 103 105 23 2 73 65
Binary 11001110 1000100 1000000 0 1000011 1000101 10011 10 111011 110101

Color Harmonies of #CE4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4440

Black with #CE4440

Text Example


Text Example

White with #CE4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4440; }

 p { color: rgb(206,68,64); }

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

background-color css

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

 a { background-color: rgb(206,68,64); }

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

border-color css

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

 span { border-color: rgb(206,68,64); }

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