Html Css Color HEX #CE342C Persian Red

📋 copy color: '#CE342C'

red 206 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #CE342C

Tints of Persian Red #CE342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 68.21%
G = 17.22%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE342C (or 0xCE342C) is known color: Persian Red. HEX triplet: CE, 34 and 2C. RGB value is (206,52,44). Sum of RGB (Red+Green+Blue) = 206+52+44=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE342C is #31CBD3. Grayscale: #616161. Windows color (decimal): -3263444 or 2897102. OLE color: 2897102.

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

Color convert

RGB 206 52 44 -
CMYK 0 0.75 0.79 0.19
HSL 2.96º 0.65% 0.49% -
HSV(B) 2.96º 0.79% 0.81% -
XYZ 27.14 15.76 3.99 -
YUV 97.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 206 52 44 0 0.75 0.79 0.19 2.96 0.65 0.49
Hex CE 34 2C 0 4B 4F 13 3 41 31
Octal 316 64 54 0 113 117 23 3 101 61
Binary 11001110 110100 101100 0 1001011 1001111 10011 11 1000001 110001

Color Harmonies of #CE342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE342C

Black with #CE342C

Text Example


Text Example

White with #CE342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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