#CE433D

Color #CE433D Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CE433D

Tints of Persian Red #CE433D

Color information

#CE433D (or 0xCE433D) is unknown color: approx Persian Red. HEX triplet: CE, 43 and 3D. RGB value is (206,67,61). Sum of RGB (Red+Green+Blue) = 206+67+61=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE433D is #31BCC2. Grayscale: #6C6C6C. Windows color (decimal): -3259587 or 4015054. OLE color: 4015054.

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

Color convert

RGB2066761-
CMYK00.670.700.19
HSL2.48º59.67%52.35%-
HSV(B)2.48º70.39%80.78%-
XYZ28.317.476.3-
YUV107.88101.55197.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.68%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=61.68%
G=20.06%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206676100.670.700.192.4859.6752.35
HexCE433D043461323c34
Octal3161037501031062327464
Binary1100111010000111111010100001110001101001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE433D; }

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

 H1.HeaderClassName
 {
   color: #CE433D;
 }
 .AnyTagClassName
 {
   color: #CE433D;
 }
</style>
background-color css

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

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

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

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

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

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