Html Css Color HEX #CE4414 Harley Davidson Orange

📋 copy color: '#CE4414'

red 206 ◦ green 68 ◦ blue 20

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

Shades of Harley Davidson Orange #CE4414

Tints of Harley Davidson Orange #CE4414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 70.07%
G = 23.13%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4414 (or 0xCE4414) is known color: Harley Davidson Orange. HEX triplet: CE, 44 and 14. RGB value is (206,68,20). Sum of RGB (Red+Green+Blue) = 206+68+20=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4414 is #31BBEB. Grayscale: #686868. Windows color (decimal): -3259372 or 1328334. OLE color: 1328334.

HSL color Cylindrical-coordinate representation of color #CE4414: hue angle of 15.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4414 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 20 -
CMYK 0 0.67 0.90 0.19
HSL 15.48º 0.82% 0.44% -
HSV(B) 15.48º 0.9% 0.81% -
XYZ 27.65 17.31 2.55 -
YUV 103.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 206 68 20 0 0.67 0.90 0.19 15.48 0.82 0.44
Hex CE 44 14 0 43 5A 13 F 52 2C
Octal 316 104 24 0 103 132 23 17 122 54
Binary 11001110 1000100 10100 0 1000011 1011010 10011 1111 1010010 101100

Color Harmonies of #CE4414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4414

Black with #CE4414

Text Example


Text Example

White with #CE4414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4414; }

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

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

background-color css

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

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

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

border-color css

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

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

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