Html Css Color HEX #CE413E Persian Red

📋 copy color: '#CE413E'

red 206 ◦ green 65 ◦ blue 62

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

Shades of Persian Red #CE413E

Tints of Persian Red #CE413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 61.86%
G = 19.52%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE413E (or 0xCE413E) is known color: Persian Red. HEX triplet: CE, 41 and 3E. RGB value is (206,65,62). Sum of RGB (Red+Green+Blue) = 206+65+62=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE413E is #31BEC1. Grayscale: #6A6A6A. Windows color (decimal): -3260098 or 4080078. OLE color: 4080078.

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

Color convert

RGB 206 65 62 -
CMYK 0 0.68 0.70 0.19
HSL 1.25º 0.6% 0.53% -
HSV(B) 1.25º 0.7% 0.81% -
XYZ 28.21 17.25 6.4 -
YUV 106.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 206 65 62 0 0.68 0.70 0.19 1.25 0.6 0.53
Hex CE 41 3E 0 44 46 13 1 3C 35
Octal 316 101 76 0 104 106 23 1 74 65
Binary 11001110 1000001 111110 0 1000100 1000110 10011 1 111100 110101

Color Harmonies of #CE413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE413E

Black with #CE413E

Text Example


Text Example

White with #CE413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE413E; }

 p { color: rgb(206,65,62); }

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

background-color css

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

 a { background-color: rgb(206,65,62); }

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

border-color css

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

 span { border-color: rgb(206,65,62); }

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