Html Css Color HEX #CE312F Persian Red

📋 copy color: '#CE312F'

red 206 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #CE312F

Tints of Persian Red #CE312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 68.21%
G = 16.23%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE312F (or 0xCE312F) is known color: Persian Red. HEX triplet: CE, 31 and 2F. RGB value is (206,49,47). Sum of RGB (Red+Green+Blue) = 206+49+47=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE312F is #31CED0. Grayscale: #5F5F5F. Windows color (decimal): -3264209 or 3092942. OLE color: 3092942.

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

Color convert

RGB 206 49 47 -
CMYK 0 0.76 0.77 0.19
HSL 0.75º 0.63% 0.5% -
HSV(B) 0.75º 0.77% 0.81% -
XYZ 27.07 15.52 4.26 -
YUV 95.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 206 49 47 0 0.76 0.77 0.19 0.75 0.63 0.5
Hex CE 31 2F 0 4C 4D 13 1 3F 32
Octal 316 61 57 0 114 115 23 1 77 62
Binary 11001110 110001 101111 0 1001100 1001101 10011 1 111111 110010

Color Harmonies of #CE312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE312F

Black with #CE312F

Text Example


Text Example

White with #CE312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE312F; }

 p { color: rgb(206,49,47); }

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

background-color css

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

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

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

border-color css

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

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

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