Html Css Color HEX #CE3A34 Persian Red

📋 copy color: '#CE3A34'

red 206 ◦ green 58 ◦ blue 52

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

Shades of Persian Red #CE3A34

Tints of Persian Red #CE3A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 65.19%
G = 18.35%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE3A34 (or 0xCE3A34) is known color: Persian Red. HEX triplet: CE, 3A and 34. RGB value is (206,58,52). Sum of RGB (Red+Green+Blue) = 206+58+52=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A34 is #31C5CB. Grayscale: #656565. Windows color (decimal): -3261900 or 3422926. OLE color: 3422926.

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

Color convert

RGB 206 58 52 -
CMYK 0 0.72 0.75 0.19
HSL 2.34º 0.61% 0.51% -
HSV(B) 2.34º 0.75% 0.81% -
XYZ 27.59 16.4 4.96 -
YUV 101.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 206 58 52 0 0.72 0.75 0.19 2.34 0.61 0.51
Hex CE 3A 34 0 48 4B 13 2 3D 33
Octal 316 72 64 0 110 113 23 2 75 63
Binary 11001110 111010 110100 0 1001000 1001011 10011 10 111101 110011

Color Harmonies of #CE3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A34

Black with #CE3A34

Text Example


Text Example

White with #CE3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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