Html Css Color HEX #CE402B Persian Red

📋 copy color: '#CE402B'

red 206 ◦ green 64 ◦ blue 43

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

Shades of Persian Red #CE402B

Tints of Persian Red #CE402B

RGB

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

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

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

R = 65.81%
G = 20.45%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE402B (or 0xCE402B) is known color: Persian Red. HEX triplet: CE, 40 and 2B. RGB value is (206,64,43). Sum of RGB (Red+Green+Blue) = 206+64+43=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE402B is #31BFD4. Grayscale: #686868. Windows color (decimal): -3260373 or 2834638. OLE color: 2834638.

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

Color convert

RGB 206 64 43 -
CMYK 0 0.69 0.79 0.19
HSL 7.73º 0.65% 0.49% -
HSV(B) 7.73º 0.79% 0.81% -
XYZ 27.72 16.96 4.1 -
YUV 104.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 206 64 43 0 0.69 0.79 0.19 7.73 0.65 0.49
Hex CE 40 2B 0 45 4F 13 8 41 31
Octal 316 100 53 0 105 117 23 10 101 61
Binary 11001110 1000000 101011 0 1000101 1001111 10011 1000 1000001 110001

Color Harmonies of #CE402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE402B

Black with #CE402B

Text Example


Text Example

White with #CE402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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