Html Css Color HEX #CE3F2E Persian Red

📋 copy color: '#CE3F2E'

red 206 ◦ green 63 ◦ blue 46

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

Shades of Persian Red #CE3F2E

Tints of Persian Red #CE3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 65.4%
G = 20%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE3F2E (or 0xCE3F2E) is known color: Persian Red. HEX triplet: CE, 3F and 2E. RGB value is (206,63,46). Sum of RGB (Red+Green+Blue) = 206+63+46=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F2E is #31C0D1. Grayscale: #686868. Windows color (decimal): -3260626 or 3030990. OLE color: 3030990.

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

Color convert

RGB 206 63 46 -
CMYK 0 0.69 0.78 0.19
HSL 6.38º 0.63% 0.49% -
HSV(B) 6.38º 0.78% 0.81% -
XYZ 27.72 16.87 4.38 -
YUV 103.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 206 63 46 0 0.69 0.78 0.19 6.38 0.63 0.49
Hex CE 3F 2E 0 45 4E 13 6 3F 31
Octal 316 77 56 0 105 116 23 6 77 61
Binary 11001110 111111 101110 0 1000101 1001110 10011 110 111111 110001

Color Harmonies of #CE3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F2E

Black with #CE3F2E

Text Example


Text Example

White with #CE3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F2E; }

 p { color: rgb(206,63,46); }

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

background-color css

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

 a { background-color: rgb(206,63,46); }

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

border-color css

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

 span { border-color: rgb(206,63,46); }

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