Html Css Color HEX #CE3734 Persian Red

📋 copy color: '#CE3734'

red 206 ◦ green 55 ◦ blue 52

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

Shades of Persian Red #CE3734

Tints of Persian Red #CE3734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 65.81%
G = 17.57%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE3734 (or 0xCE3734) is known color: Persian Red. HEX triplet: CE, 37 and 34. RGB value is (206,55,52). Sum of RGB (Red+Green+Blue) = 206+55+52=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3734 is #31C8CB. Grayscale: #636363. Windows color (decimal): -3262668 or 3422158. OLE color: 3422158.

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

Color convert

RGB 206 55 52 -
CMYK 0 0.73 0.75 0.19
HSL 1.17º 0.61% 0.51% -
HSV(B) 1.17º 0.75% 0.81% -
XYZ 27.44 16.1 4.91 -
YUV 99.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 206 55 52 0 0.73 0.75 0.19 1.17 0.61 0.51
Hex CE 37 34 0 49 4B 13 1 3D 33
Octal 316 67 64 0 111 113 23 1 75 63
Binary 11001110 110111 110100 0 1001001 1001011 10011 1 111101 110011

Color Harmonies of #CE3734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3734

Black with #CE3734

Text Example


Text Example

White with #CE3734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3734; }

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

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

background-color css

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

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

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

border-color css

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

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

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