Html Css Color HEX #CE342E Persian Red

📋 copy color: '#CE342E'

red 206 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #CE342E

Tints of Persian Red #CE342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

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

R = 67.76%
G = 17.11%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE342E (or 0xCE342E) is known color: Persian Red. HEX triplet: CE, 34 and 2E. RGB value is (206,52,46). Sum of RGB (Red+Green+Blue) = 206+52+46=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE342E is #31CBD1. Grayscale: #616161. Windows color (decimal): -3263442 or 3028174. OLE color: 3028174.

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

Color convert

RGB 206 52 46 -
CMYK 0 0.75 0.78 0.19
HSL 2.25º 0.63% 0.49% -
HSV(B) 2.25º 0.78% 0.81% -
XYZ 27.17 15.78 4.2 -
YUV 97.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 206 52 46 0 0.75 0.78 0.19 2.25 0.63 0.49
Hex CE 34 2E 0 4B 4E 13 2 3F 31
Octal 316 64 56 0 113 116 23 2 77 61
Binary 11001110 110100 101110 0 1001011 1001110 10011 10 111111 110001

Color Harmonies of #CE342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE342E

Black with #CE342E

Text Example


Text Example

White with #CE342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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