Html Css Color HEX #CE332B Persian Red

📋 copy color: '#CE332B'

red 206 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #CE332B

Tints of Persian Red #CE332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 68.67%
G = 17%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE332B (or 0xCE332B) is known color: Persian Red. HEX triplet: CE, 33 and 2B. RGB value is (206,51,43). Sum of RGB (Red+Green+Blue) = 206+51+43=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE332B is #31CCD4. Grayscale: #606060. Windows color (decimal): -3263701 or 2831310. OLE color: 2831310.

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

Color convert

RGB 206 51 43 -
CMYK 0 0.75 0.79 0.19
HSL 2.94º 0.65% 0.49% -
HSV(B) 2.94º 0.79% 0.81% -
XYZ 27.07 15.66 3.88 -
YUV 96.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 206 51 43 0 0.75 0.79 0.19 2.94 0.65 0.49
Hex CE 33 2B 0 4B 4F 13 3 41 31
Octal 316 63 53 0 113 117 23 3 101 61
Binary 11001110 110011 101011 0 1001011 1001111 10011 11 1000001 110001

Color Harmonies of #CE332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE332B

Black with #CE332B

Text Example


Text Example

White with #CE332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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