Html Css Color HEX #CE4015 Harley Davidson Orange

📋 copy color: '#CE4015'

red 206 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #CE4015

Tints of Harley Davidson Orange #CE4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 21 (8.59% from 255) = 7.22%

R = 70.79%
G = 21.99%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4015 (or 0xCE4015) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 15. RGB value is (206,64,21). Sum of RGB (Red+Green+Blue) = 206+64+21=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4015 is #31BFEA. Grayscale: #656565. Windows color (decimal): -3260395 or 1392846. OLE color: 1392846.

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

Color convert

RGB 206 64 21 -
CMYK 0 0.69 0.90 0.19
HSL 13.95º 0.81% 0.45% -
HSV(B) 13.95º 0.9% 0.81% -
XYZ 27.42 16.84 2.52 -
YUV 101.56 82.54 202.5 -
System Red Green Blue C M Y K H S L
Decimal 206 64 21 0 0.69 0.90 0.19 13.95 0.81 0.45
Hex CE 40 15 0 45 5A 13 E 51 2D
Octal 316 100 25 0 105 132 23 16 121 55
Binary 11001110 1000000 10101 0 1000101 1011010 10011 1110 1010001 101101

Color Harmonies of #CE4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4015

Black with #CE4015

Text Example


Text Example

White with #CE4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4015; }

 p { color: rgb(206,64,21); }

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

background-color css

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

 a { background-color: rgb(206,64,21); }

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

border-color css

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

 span { border-color: rgb(206,64,21); }

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