Html Css Color HEX #CE382A Persian Red

📋 copy color: '#CE382A'

red 206 ◦ green 56 ◦ blue 42

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

Shades of Persian Red #CE382A

Tints of Persian Red #CE382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 67.76%
G = 18.42%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE382A (or 0xCE382A) is known color: Persian Red. HEX triplet: CE, 38 and 2A. RGB value is (206,56,42). Sum of RGB (Red+Green+Blue) = 206+56+42=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE382A is #31C7D5. Grayscale: #636363. Windows color (decimal): -3262422 or 2767054. OLE color: 2767054.

HSL color Cylindrical-coordinate representation of color #CE382A: hue angle of 5.12º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE382A is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 42 -
CMYK 0 0.73 0.80 0.19
HSL 5.12º 0.66% 0.49% -
HSV(B) 5.12º 0.8% 0.81% -
XYZ 27.29 16.12 3.86 -
YUV 99.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 206 56 42 0 0.73 0.80 0.19 5.12 0.66 0.49
Hex CE 38 2A 0 49 50 13 5 42 31
Octal 316 70 52 0 111 120 23 5 102 61
Binary 11001110 111000 101010 0 1001001 1010000 10011 101 1000010 110001

Color Harmonies of #CE382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE382A

Black with #CE382A

Text Example


Text Example

White with #CE382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE382A; }

 p { color: rgb(206,56,42); }

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

background-color css

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

 a { background-color: rgb(206,56,42); }

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

border-color css

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

 span { border-color: rgb(206,56,42); }

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