Html Css Color HEX #CE3634 Persian Red

📋 copy color: '#CE3634'

red 206 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #CE3634

Tints of Persian Red #CE3634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 66.03%
G = 17.31%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE3634 (or 0xCE3634) is known color: Persian Red. HEX triplet: CE, 36 and 34. RGB value is (206,54,52). Sum of RGB (Red+Green+Blue) = 206+54+52=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3634 is #31C9CB. Grayscale: #636363. Windows color (decimal): -3262924 or 3421902. OLE color: 3421902.

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

Color convert

RGB 206 54 52 -
CMYK 0 0.74 0.75 0.19
HSL 0.78º 0.61% 0.51% -
HSV(B) 0.78º 0.75% 0.81% -
XYZ 27.39 16.01 4.89 -
YUV 99.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 206 54 52 0 0.74 0.75 0.19 0.78 0.61 0.51
Hex CE 36 34 0 4A 4B 13 1 3D 33
Octal 316 66 64 0 112 113 23 1 75 63
Binary 11001110 110110 110100 0 1001010 1001011 10011 1 111101 110011

Color Harmonies of #CE3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3634

Black with #CE3634

Text Example


Text Example

White with #CE3634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3634; }

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

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

background-color css

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

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

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

border-color css

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

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

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