Html Css Color HEX #CE4316 Harley Davidson Orange

📋 copy color: '#CE4316'

red 206 ◦ green 67 ◦ blue 22

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

Shades of Harley Davidson Orange #CE4316

Tints of Harley Davidson Orange #CE4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 69.83%
G = 22.71%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE4316 (or 0xCE4316) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 16. RGB value is (206,67,22). Sum of RGB (Red+Green+Blue) = 206+67+22=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4316 is #31BCE9. Grayscale: #676767. Windows color (decimal): -3259626 or 1459150. OLE color: 1459150.

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

Color convert

RGB 206 67 22 -
CMYK 0 0.67 0.89 0.19
HSL 14.67º 0.81% 0.45% -
HSV(B) 14.67º 0.89% 0.81% -
XYZ 27.61 17.19 2.62 -
YUV 103.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 206 67 22 0 0.67 0.89 0.19 14.67 0.81 0.45
Hex CE 43 16 0 43 59 13 F 51 2D
Octal 316 103 26 0 103 131 23 17 121 55
Binary 11001110 1000011 10110 0 1000011 1011001 10011 1111 1010001 101101

Color Harmonies of #CE4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4316

Black with #CE4316

Text Example


Text Example

White with #CE4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4316; }

 p { color: rgb(206,67,22); }

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

background-color css

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

 a { background-color: rgb(206,67,22); }

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

border-color css

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

 span { border-color: rgb(206,67,22); }

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