Html Css Color HEX #CE3A25 Persian Red

📋 copy color: '#CE3A25'

red 206 ◦ green 58 ◦ blue 37

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

Shades of Persian Red #CE3A25

Tints of Persian Red #CE3A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 68.44%
G = 19.27%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3A25 (or 0xCE3A25) is known color: Persian Red. HEX triplet: CE, 3A and 25. RGB value is (206,58,37). Sum of RGB (Red+Green+Blue) = 206+58+37=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A25 is #31C5DA. Grayscale: #646464. Windows color (decimal): -3261915 or 2439886. OLE color: 2439886.

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

Color convert

RGB 206 58 37 -
CMYK 0 0.72 0.82 0.19
HSL 7.46º 0.7% 0.48% -
HSV(B) 7.46º 0.82% 0.81% -
XYZ 27.3 16.28 3.45 -
YUV 99.86 92.53 203.71 -
System Red Green Blue C M Y K H S L
Decimal 206 58 37 0 0.72 0.82 0.19 7.46 0.7 0.48
Hex CE 3A 25 0 48 52 13 7 46 30
Octal 316 72 45 0 110 122 23 7 106 60
Binary 11001110 111010 100101 0 1001000 1010010 10011 111 1000110 110000

Color Harmonies of #CE3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A25

Black with #CE3A25

Text Example


Text Example

White with #CE3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A25; }

 p { color: rgb(206,58,37); }

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

background-color css

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

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

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

border-color css

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

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

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