Html Css Color HEX #CE3D3B Persian Red

📋 copy color: '#CE3D3B'

red 206 ◦ green 61 ◦ blue 59

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

Shades of Persian Red #CE3D3B

Tints of Persian Red #CE3D3B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 63.19%
G = 18.71%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE3D3B (or 0xCE3D3B) is known color: Persian Red. HEX triplet: CE, 3D and 3B. RGB value is (206,61,59). Sum of RGB (Red+Green+Blue) = 206+61+59=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D3B is #31C2C4. Grayscale: #686868. Windows color (decimal): -3261125 or 3882446. OLE color: 3882446.

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

Color convert

RGB 206 61 59 -
CMYK 0 0.70 0.71 0.19
HSL 0.82º 0.6% 0.52% -
HSV(B) 0.82º 0.71% 0.81% -
XYZ 27.91 16.78 5.9 -
YUV 104.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 206 61 59 0 0.70 0.71 0.19 0.82 0.6 0.52
Hex CE 3D 3B 0 46 47 13 1 3C 34
Octal 316 75 73 0 106 107 23 1 74 64
Binary 11001110 111101 111011 0 1000110 1000111 10011 1 111100 110100

Color Harmonies of #CE3D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D3B

Black with #CE3D3B

Text Example


Text Example

White with #CE3D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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