Html Css Color HEX #CE3018 Harley Davidson Orange

📋 copy color: '#CE3018'

red 206 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #CE3018

Tints of Harley Davidson Orange #CE3018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 74.1%
G = 17.27%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE3018 (or 0xCE3018) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 18. RGB value is (206,48,24). Sum of RGB (Red+Green+Blue) = 206+48+24=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3018 is #31CFE7. Grayscale: #5C5C5C. Windows color (decimal): -3264488 or 1585358. OLE color: 1585358.

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

Color convert

RGB 206 48 24 -
CMYK 0 0.77 0.88 0.19
HSL 7.91º 0.79% 0.45% -
HSV(B) 7.91º 0.88% 0.81% -
XYZ 26.68 15.3 2.41 -
YUV 92.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 206 48 24 0 0.77 0.88 0.19 7.91 0.79 0.45
Hex CE 30 18 0 4D 58 13 8 4F 2D
Octal 316 60 30 0 115 130 23 10 117 55
Binary 11001110 110000 11000 0 1001101 1011000 10011 1000 1001111 101101

Color Harmonies of #CE3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3018

Black with #CE3018

Text Example


Text Example

White with #CE3018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3018; }

 p { color: rgb(206,48,24); }

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

background-color css

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

 a { background-color: rgb(206,48,24); }

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

border-color css

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

 span { border-color: rgb(206,48,24); }

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