Html Css Color HEX #CE332D Persian Red

📋 copy color: '#CE332D'

red 206 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #CE332D

Tints of Persian Red #CE332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 68.21%
G = 16.89%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE332D (or 0xCE332D) is known color: Persian Red. HEX triplet: CE, 33 and 2D. RGB value is (206,51,45). Sum of RGB (Red+Green+Blue) = 206+51+45=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE332D is #31CCD2. Grayscale: #606060. Windows color (decimal): -3263699 or 2962382. OLE color: 2962382.

HSL color Cylindrical-coordinate representation of color #CE332D: hue angle of 2.24º 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 #CE332D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 45 -
CMYK 0 0.75 0.78 0.19
HSL 2.24º 0.64% 0.49% -
HSV(B) 2.24º 0.78% 0.81% -
XYZ 27.11 15.68 4.08 -
YUV 96.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 206 51 45 0 0.75 0.78 0.19 2.24 0.64 0.49
Hex CE 33 2D 0 4B 4E 13 2 40 31
Octal 316 63 55 0 113 116 23 2 100 61
Binary 11001110 110011 101101 0 1001011 1001110 10011 10 1000000 110001

Color Harmonies of #CE332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE332D

Black with #CE332D

Text Example


Text Example

White with #CE332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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