Html Css Color HEX #CE440A Harley Davidson Orange

📋 copy color: '#CE440A'

red 206 ◦ green 68 ◦ blue 10

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

Shades of Harley Davidson Orange #CE440A

Tints of Harley Davidson Orange #CE440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 72.54%
G = 23.94%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE440A (or 0xCE440A) is known color: Harley Davidson Orange. HEX triplet: CE, 44 and 0A. RGB value is (206,68,10). Sum of RGB (Red+Green+Blue) = 206+68+10=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE440A is #31BBF5. Grayscale: #676767. Windows color (decimal): -3259382 or 672974. OLE color: 672974.

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

Color convert

RGB 206 68 10 -
CMYK 0 0.67 0.95 0.19
HSL 17.76º 0.91% 0.42% -
HSV(B) 17.76º 0.95% 0.81% -
XYZ 27.58 17.28 2.17 -
YUV 102.65 75.72 201.72 -
System Red Green Blue C M Y K H S L
Decimal 206 68 10 0 0.67 0.95 0.19 17.76 0.91 0.42
Hex CE 44 A 0 43 5F 13 12 5B 2A
Octal 316 104 12 0 103 137 23 22 133 52
Binary 11001110 1000100 1010 0 1000011 1011111 10011 10010 1011011 101010

Color Harmonies of #CE440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE440A

Black with #CE440A

Text Example


Text Example

White with #CE440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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