Html Css Color HEX #CE402D Persian Red

📋 copy color: '#CE402D'

red 206 ◦ green 64 ◦ blue 45

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

Shades of Persian Red #CE402D

Tints of Persian Red #CE402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 65.4%
G = 20.32%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE402D (or 0xCE402D) is known color: Persian Red. HEX triplet: CE, 40 and 2D. RGB value is (206,64,45). Sum of RGB (Red+Green+Blue) = 206+64+45=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE402D is #31BFD2. Grayscale: #686868. Windows color (decimal): -3260371 or 2965710. OLE color: 2965710.

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

Color convert

RGB 206 64 45 -
CMYK 0 0.69 0.78 0.19
HSL 7.08º 0.64% 0.49% -
HSV(B) 7.08º 0.78% 0.81% -
XYZ 27.76 16.98 4.3 -
YUV 104.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 206 64 45 0 0.69 0.78 0.19 7.08 0.64 0.49
Hex CE 40 2D 0 45 4E 13 7 40 31
Octal 316 100 55 0 105 116 23 7 100 61
Binary 11001110 1000000 101101 0 1000101 1001110 10011 111 1000000 110001

Color Harmonies of #CE402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE402D

Black with #CE402D

Text Example


Text Example

White with #CE402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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