Html Css Color HEX #CE3725 Persian Red

📋 copy color: '#CE3725'

red 206 ◦ green 55 ◦ blue 37

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

Shades of Persian Red #CE3725

Tints of Persian Red #CE3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 69.13%
G = 18.46%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3725 (or 0xCE3725) is known color: Persian Red. HEX triplet: CE, 37 and 25. RGB value is (206,55,37). Sum of RGB (Red+Green+Blue) = 206+55+37=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3725 is #31C8DA. Grayscale: #626262. Windows color (decimal): -3262683 or 2439118. OLE color: 2439118.

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

Color convert

RGB 206 55 37 -
CMYK 0 0.73 0.82 0.19
HSL 6.39º 0.7% 0.48% -
HSV(B) 6.39º 0.82% 0.81% -
XYZ 27.15 15.99 3.41 -
YUV 98.1 93.53 204.96 -
System Red Green Blue C M Y K H S L
Decimal 206 55 37 0 0.73 0.82 0.19 6.39 0.7 0.48
Hex CE 37 25 0 49 52 13 6 46 30
Octal 316 67 45 0 111 122 23 6 106 60
Binary 11001110 110111 100101 0 1001001 1010010 10011 110 1000110 110000

Color Harmonies of #CE3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3725

Black with #CE3725

Text Example


Text Example

White with #CE3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3725; }

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

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

background-color css

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

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

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

border-color css

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

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

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