Html Css Color HEX #CE3B2D Persian Red

📋 copy color: '#CE3B2D'

red 206 ◦ green 59 ◦ blue 45

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

Shades of Persian Red #CE3B2D

Tints of Persian Red #CE3B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 66.45%
G = 19.03%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE3B2D (or 0xCE3B2D) is known color: Persian Red. HEX triplet: CE, 3B and 2D. RGB value is (206,59,45). Sum of RGB (Red+Green+Blue) = 206+59+45=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B2D is #31C4D2. Grayscale: #656565. Windows color (decimal): -3261651 or 2964430. OLE color: 2964430.

HSL color Cylindrical-coordinate representation of color #CE3B2D: hue angle of 5.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE3B2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 59 45 -
CMYK 0 0.71 0.78 0.19
HSL 5.22º 0.64% 0.49% -
HSV(B) 5.22º 0.78% 0.81% -
XYZ 27.49 16.44 4.21 -
YUV 101.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 206 59 45 0 0.71 0.78 0.19 5.22 0.64 0.49
Hex CE 3B 2D 0 47 4E 13 5 40 31
Octal 316 73 55 0 107 116 23 5 100 61
Binary 11001110 111011 101101 0 1000111 1001110 10011 101 1000000 110001

Color Harmonies of #CE3B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B2D

Black with #CE3B2D

Text Example


Text Example

White with #CE3B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B2D; }

 p { color: rgb(206,59,45); }

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

background-color css

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

 a { background-color: rgb(206,59,45); }

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

border-color css

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

 span { border-color: rgb(206,59,45); }

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