Html Css Color HEX #CE440F Harley Davidson Orange

📋 copy color: '#CE440F'

red 206 ◦ green 68 ◦ blue 15

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

Shades of Harley Davidson Orange #CE440F

Tints of Harley Davidson Orange #CE440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.53%

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 71.28%
G = 23.53%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE440F (or 0xCE440F) is known color: Harley Davidson Orange. HEX triplet: CE, 44 and 0F. RGB value is (206,68,15). Sum of RGB (Red+Green+Blue) = 206+68+15=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE440F is #31BBF0. Grayscale: #676767. Windows color (decimal): -3259377 or 1000654. OLE color: 1000654.

HSL color Cylindrical-coordinate representation of color #CE440F: hue angle of 16.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE440F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 15 -
CMYK 0 0.67 0.93 0.19
HSL 16.65º 0.86% 0.43% -
HSV(B) 16.65º 0.93% 0.81% -
XYZ 27.61 17.29 2.33 -
YUV 103.22 78.22 201.31 -
System Red Green Blue C M Y K H S L
Decimal 206 68 15 0 0.67 0.93 0.19 16.65 0.86 0.43
Hex CE 44 F 0 43 5D 13 11 56 2B
Octal 316 104 17 0 103 135 23 21 126 53
Binary 11001110 1000100 1111 0 1000011 1011101 10011 10001 1010110 101011

Color Harmonies of #CE440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE440F

Black with #CE440F

Text Example


Text Example

White with #CE440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE440F; }

 p { color: rgb(206,68,15); }

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

background-color css

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

 a { background-color: rgb(206,68,15); }

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

border-color css

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

 span { border-color: rgb(206,68,15); }

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