Html Css Color HEX #CE3A29 Persian Red

📋 copy color: '#CE3A29'

red 206 ◦ green 58 ◦ blue 41

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

Shades of Persian Red #CE3A29

Tints of Persian Red #CE3A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 67.54%
G = 19.02%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE3A29 (or 0xCE3A29) is known color: Persian Red. HEX triplet: CE, 3A and 29. RGB value is (206,58,41). Sum of RGB (Red+Green+Blue) = 206+58+41=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A29 is #31C5D6. Grayscale: #646464. Windows color (decimal): -3261911 or 2702030. OLE color: 2702030.

HSL color Cylindrical-coordinate representation of color #CE3A29: hue angle of 6.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE3A29 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 58 41 -
CMYK 0 0.72 0.80 0.19
HSL 6.18º 0.67% 0.48% -
HSV(B) 6.18º 0.8% 0.81% -
XYZ 27.37 16.31 3.8 -
YUV 100.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 206 58 41 0 0.72 0.80 0.19 6.18 0.67 0.48
Hex CE 3A 29 0 48 50 13 6 43 30
Octal 316 72 51 0 110 120 23 6 103 60
Binary 11001110 111010 101001 0 1001000 1010000 10011 110 1000011 110000

Color Harmonies of #CE3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A29

Black with #CE3A29

Text Example


Text Example

White with #CE3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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