Html Css Color HEX #CE3007 Harley Davidson Orange

📋 copy color: '#CE3007'

red 206 ◦ green 48 ◦ blue 7

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

Shades of Harley Davidson Orange #CE3007

Tints of Harley Davidson Orange #CE3007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.68%

R = 78.93%
G = 18.39%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE3007 (or 0xCE3007) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 07. RGB value is (206,48,7). Sum of RGB (Red+Green+Blue) = 206+48+7=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3007 is #31CFF8. Grayscale: #5A5A5A. Windows color (decimal): -3264505 or 471246. OLE color: 471246.

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

Color convert

RGB 206 48 7 -
CMYK 0 0.77 0.97 0.19
HSL 12.36º 0.93% 0.42% -
HSV(B) 12.36º 0.97% 0.81% -
XYZ 26.55 15.25 1.75 -
YUV 90.57 80.85 210.33 -
System Red Green Blue C M Y K H S L
Decimal 206 48 7 0 0.77 0.97 0.19 12.36 0.93 0.42
Hex CE 30 7 0 4D 61 13 C 5D 2A
Octal 316 60 7 0 115 141 23 14 135 52
Binary 11001110 110000 111 0 1001101 1100001 10011 1100 1011101 101010

Color Harmonies of #CE3007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3007

Black with #CE3007

Text Example


Text Example

White with #CE3007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3007; }

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

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

background-color css

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

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

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

border-color css

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

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

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