Html Css Color HEX #CE332F Persian Red

📋 copy color: '#CE332F'

red 206 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #CE332F

Tints of Persian Red #CE332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 67.76%
G = 16.78%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE332F (or 0xCE332F) is known color: Persian Red. HEX triplet: CE, 33 and 2F. RGB value is (206,51,47). Sum of RGB (Red+Green+Blue) = 206+51+47=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE332F is #31CCD0. Grayscale: #616161. Windows color (decimal): -3263697 or 3093454. OLE color: 3093454.

HSL color Cylindrical-coordinate representation of color #CE332F: hue angle of 1.51º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE332F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 47 -
CMYK 0 0.75 0.77 0.19
HSL 1.51º 0.63% 0.5% -
HSV(B) 1.51º 0.77% 0.81% -
XYZ 27.15 15.69 4.29 -
YUV 96.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 206 51 47 0 0.75 0.77 0.19 1.51 0.63 0.5
Hex CE 33 2F 0 4B 4D 13 2 3F 32
Octal 316 63 57 0 113 115 23 2 77 62
Binary 11001110 110011 101111 0 1001011 1001101 10011 10 111111 110010

Color Harmonies of #CE332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE332F

Black with #CE332F

Text Example


Text Example

White with #CE332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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