Html Css Color HEX #CE3000 Harley Davidson Orange

📋 copy color: '#CE3000'

red 206 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #CE3000

Tints of Harley Davidson Orange #CE3000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.1%
G = 18.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE3000 (or 0xCE3000) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 00. RGB value is (206,48,0). Sum of RGB (Red+Green+Blue) = 206+48+0=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3000 is #31CFFF. Grayscale: #5A5A5A. Windows color (decimal): -3264512 or 12494. OLE color: 12494.

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

Color convert

RGB 206 48 0 -
CMYK 0 0.77 1 0.19
HSL 13.98º 1% 0.4% -
HSV(B) 13.98º 1% 0.81% -
XYZ 26.51 15.24 1.54 -
YUV 89.77 77.35 210.9 -
System Red Green Blue C M Y K H S L
Decimal 206 48 0 0 0.77 1 0.19 13.98 1 0.4
Hex CE 30 0 0 4D 64 13 E 64 28
Octal 316 60 0 0 115 144 23 16 144 50
Binary 11001110 110000 0 0 1001101 1100100 10011 1110 1100100 101000

Color Harmonies of #CE3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3000

Black with #CE3000

Text Example


Text Example

White with #CE3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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