Html Css Color HEX #CE3425 Persian Red

📋 copy color: '#CE3425'

red 206 ◦ green 52 ◦ blue 37

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

Shades of Persian Red #CE3425

Tints of Persian Red #CE3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

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

R = 69.83%
G = 17.63%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3425 (or 0xCE3425) is known color: Persian Red. HEX triplet: CE, 34 and 25. RGB value is (206,52,37). Sum of RGB (Red+Green+Blue) = 206+52+37=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3425 is #31CBDA. Grayscale: #606060. Windows color (decimal): -3263451 or 2438350. OLE color: 2438350.

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

Color convert

RGB 206 52 37 -
CMYK 0 0.75 0.82 0.19
HSL 5.33º 0.7% 0.48% -
HSV(B) 5.33º 0.82% 0.81% -
XYZ 27.02 15.71 3.36 -
YUV 96.34 94.52 206.22 -
System Red Green Blue C M Y K H S L
Decimal 206 52 37 0 0.75 0.82 0.19 5.33 0.7 0.48
Hex CE 34 25 0 4B 52 13 5 46 30
Octal 316 64 45 0 113 122 23 5 106 60
Binary 11001110 110100 100101 0 1001011 1010010 10011 101 1000110 110000

Color Harmonies of #CE3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3425

Black with #CE3425

Text Example


Text Example

White with #CE3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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