Html Css Color HEX #CE3A33 Persian Red

📋 copy color: '#CE3A33'

red 206 ◦ green 58 ◦ blue 51

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

Shades of Persian Red #CE3A33

Tints of Persian Red #CE3A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 65.4%
G = 18.41%
B = 16.19%

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

#CE3A33 (or 0xCE3A33) is known color: Persian Red. HEX triplet: CE, 3A and 33. RGB value is (206,58,51). Sum of RGB (Red+Green+Blue) = 206+58+51=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A33 is #31C5CC. Grayscale: #656565. Windows color (decimal): -3261901 or 3357390. OLE color: 3357390.

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

Color convert

RGB 206 58 51 -
CMYK 0 0.72 0.75 0.19
HSL 2.71º 0.61% 0.5% -
HSV(B) 2.71º 0.75% 0.81% -
XYZ 27.56 16.39 4.84 -
YUV 101.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 206 58 51 0 0.72 0.75 0.19 2.71 0.61 0.5
Hex CE 3A 33 0 48 4B 13 3 3D 32
Octal 316 72 63 0 110 113 23 3 75 62
Binary 11001110 111010 110011 0 1001000 1001011 10011 11 111101 110010

Color Harmonies of #CE3A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A33

Black with #CE3A33

Text Example


Text Example

White with #CE3A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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