Html Css Color HEX #CE3A2E Persian Red

📋 copy color: '#CE3A2E'

red 206 ◦ green 58 ◦ blue 46

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

Shades of Persian Red #CE3A2E

Tints of Persian Red #CE3A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

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

R = 66.45%
G = 18.71%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE3A2E (or 0xCE3A2E) is known color: Persian Red. HEX triplet: CE, 3A and 2E. RGB value is (206,58,46). Sum of RGB (Red+Green+Blue) = 206+58+46=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A2E is #31C5D1. Grayscale: #656565. Windows color (decimal): -3261906 or 3029710. OLE color: 3029710.

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

Color convert

RGB 206 58 46 -
CMYK 0 0.72 0.78 0.19
HSL 4.5º 0.63% 0.49% -
HSV(B) 4.5º 0.78% 0.81% -
XYZ 27.46 16.35 4.29 -
YUV 100.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 206 58 46 0 0.72 0.78 0.19 4.5 0.63 0.49
Hex CE 3A 2E 0 48 4E 13 4 3F 31
Octal 316 72 56 0 110 116 23 4 77 61
Binary 11001110 111010 101110 0 1001000 1001110 10011 100 111111 110001

Color Harmonies of #CE3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A2E

Black with #CE3A2E

Text Example


Text Example

White with #CE3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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