Html Css Color HEX #CE4340 Persian Red

📋 copy color: '#CE4340'

red 206 ◦ green 67 ◦ blue 64

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

Shades of Persian Red #CE4340

Tints of Persian Red #CE4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

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

R = 61.13%
G = 19.88%
B = 18.99%

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

#CE4340 (or 0xCE4340) is known color: Persian Red. HEX triplet: CE, 43 and 40. RGB value is (206,67,64). Sum of RGB (Red+Green+Blue) = 206+67+64=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4340 is #31BCBF. Grayscale: #6C6C6C. Windows color (decimal): -3259584 or 4211662. OLE color: 4211662.

HSL color Cylindrical-coordinate representation of color #CE4340: hue angle of 1.27º 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 #CE4340 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 67 64 -
CMYK 0 0.67 0.69 0.19
HSL 1.27º 0.59% 0.53% -
HSV(B) 1.27º 0.69% 0.81% -
XYZ 28.39 17.51 6.73 -
YUV 108.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 206 67 64 0 0.67 0.69 0.19 1.27 0.59 0.53
Hex CE 43 40 0 43 45 13 1 3B 35
Octal 316 103 100 0 103 105 23 1 73 65
Binary 11001110 1000011 1000000 0 1000011 1000101 10011 1 111011 110101

Color Harmonies of #CE4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4340

Black with #CE4340

Text Example


Text Example

White with #CE4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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