Html Css Color HEX #CE3A35 Persian Red

📋 copy color: '#CE3A35'

red 206 ◦ green 58 ◦ blue 53

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

Shades of Persian Red #CE3A35

Tints of Persian Red #CE3A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 64.98%
G = 18.3%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3A35 (or 0xCE3A35) is known color: Persian Red. HEX triplet: CE, 3A and 35. RGB value is (206,58,53). Sum of RGB (Red+Green+Blue) = 206+58+53=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A35 is #31C5CA. Grayscale: #656565. Windows color (decimal): -3261899 or 3488462. OLE color: 3488462.

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

Color convert

RGB 206 58 53 -
CMYK 0 0.72 0.74 0.19
HSL 1.96º 0.61% 0.51% -
HSV(B) 1.96º 0.74% 0.81% -
XYZ 27.61 16.4 5.08 -
YUV 101.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 206 58 53 0 0.72 0.74 0.19 1.96 0.61 0.51
Hex CE 3A 35 0 48 4A 13 2 3D 33
Octal 316 72 65 0 110 112 23 2 75 63
Binary 11001110 111010 110101 0 1001000 1001010 10011 10 111101 110011

Color Harmonies of #CE3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A35

Black with #CE3A35

Text Example


Text Example

White with #CE3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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