Html Css Color HEX #CE362E Persian Red

📋 copy color: '#CE362E'

red 206 ◦ green 54 ◦ blue 46

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

Shades of Persian Red #CE362E

Tints of Persian Red #CE362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.65%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 67.32%
G = 17.65%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE362E (or 0xCE362E) is known color: Persian Red. HEX triplet: CE, 36 and 2E. RGB value is (206,54,46). Sum of RGB (Red+Green+Blue) = 206+54+46=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE362E is #31C9D1. Grayscale: #626262. Windows color (decimal): -3262930 or 3028686. OLE color: 3028686.

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

Color convert

RGB 206 54 46 -
CMYK 0 0.74 0.78 0.19
HSL 0.63% 0.49% -
HSV(B) 0.78% 0.81% -
XYZ 27.27 15.96 4.23 -
YUV 98.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 206 54 46 0 0.74 0.78 0.19 3 0.63 0.49
Hex CE 36 2E 0 4A 4E 13 3 3F 31
Octal 316 66 56 0 112 116 23 3 77 61
Binary 11001110 110110 101110 0 1001010 1001110 10011 11 111111 110001

Color Harmonies of #CE362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE362E

Black with #CE362E

Text Example


Text Example

White with #CE362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE362E; }

 p { color: rgb(206,54,46); }

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

background-color css

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

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

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

border-color css

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

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

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