Html Css Color HEX #CE3F20 Harley Davidson Orange

📋 copy color: '#CE3F20'

red 206 ◦ green 63 ◦ blue 32

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

Shades of Harley Davidson Orange #CE3F20

Tints of Harley Davidson Orange #CE3F20

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 68.44%
G = 20.93%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE3F20 (or 0xCE3F20) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 20. RGB value is (206,63,32). Sum of RGB (Red+Green+Blue) = 206+63+32=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F20 is #31C0DF. Grayscale: #666666. Windows color (decimal): -3260640 or 2113486. OLE color: 2113486.

HSL color Cylindrical-coordinate representation of color #CE3F20: hue angle of 10.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE3F20 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 63 32 -
CMYK 0 0.69 0.84 0.19
HSL 10.69º 0.73% 0.47% -
HSV(B) 10.69º 0.84% 0.81% -
XYZ 27.49 16.78 3.16 -
YUV 102.22 88.38 202.02 -
System Red Green Blue C M Y K H S L
Decimal 206 63 32 0 0.69 0.84 0.19 10.69 0.73 0.47
Hex CE 3F 20 0 45 54 13 B 49 2F
Octal 316 77 40 0 105 124 23 13 111 57
Binary 11001110 111111 100000 0 1000101 1010100 10011 1011 1001001 101111

Color Harmonies of #CE3F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F20

Black with #CE3F20

Text Example


Text Example

White with #CE3F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F20; }

 p { color: rgb(206,63,32); }

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

background-color css

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

 a { background-color: rgb(206,63,32); }

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

border-color css

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

 span { border-color: rgb(206,63,32); }

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