Html Css Color HEX #CE4141 Persian Red

📋 copy color: '#CE4141'

red 206 ◦ green 65 ◦ blue 65

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

Shades of Persian Red #CE4141

Tints of Persian Red #CE4141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 61.31%
G = 19.35%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE4141 (or 0xCE4141) is known color: Persian Red. HEX triplet: CE, 41 and 41. RGB value is (206,65,65). Sum of RGB (Red+Green+Blue) = 206+65+65=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4141 is #31BEBE. Grayscale: #6B6B6B. Windows color (decimal): -3260095 or 4276686. OLE color: 4276686.

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

Color convert

RGB 206 65 65 -
CMYK 0 0.68 0.68 0.19
HSL 0.59% 0.53% -
HSV(B) 0.68% 0.81% -
XYZ 28.3 17.28 6.85 -
YUV 107.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 206 65 65 0 0.68 0.68 0.19 0 0.59 0.53
Hex CE 41 41 0 44 44 13 0 3B 35
Octal 316 101 101 0 104 104 23 0 73 65
Binary 11001110 1000001 1000001 0 1000100 1000100 10011 0 111011 110101

Color Harmonies of #CE4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4141

Black with #CE4141

Text Example


Text Example

White with #CE4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4141; }

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

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

background-color css

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

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

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

border-color css

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

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

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