Html Css Color HEX #CE3015 Harley Davidson Orange

📋 copy color: '#CE3015'

red 206 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #CE3015

Tints of Harley Davidson Orange #CE3015

RGB

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

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

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

R = 74.91%
G = 17.45%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE3015 (or 0xCE3015) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 15. RGB value is (206,48,21). Sum of RGB (Red+Green+Blue) = 206+48+21=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3015 is #31CFEA. Grayscale: #5C5C5C. Windows color (decimal): -3264491 or 1388750. OLE color: 1388750.

HSL color Cylindrical-coordinate representation of color #CE3015: hue angle of 8.76º 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 #CE3015 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 21 -
CMYK 0 0.77 0.90 0.19
HSL 8.76º 0.81% 0.45% -
HSV(B) 8.76º 0.9% 0.81% -
XYZ 26.65 15.29 2.26 -
YUV 92.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 206 48 21 0 0.77 0.90 0.19 8.76 0.81 0.45
Hex CE 30 15 0 4D 5A 13 9 51 2D
Octal 316 60 25 0 115 132 23 11 121 55
Binary 11001110 110000 10101 0 1001101 1011010 10011 1001 1010001 101101

Color Harmonies of #CE3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3015

Black with #CE3015

Text Example


Text Example

White with #CE3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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