Html Css Color HEX #CE300C Harley Davidson Orange

📋 copy color: '#CE300C'

red 206 ◦ green 48 ◦ blue 12

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

Shades of Harley Davidson Orange #CE300C

Tints of Harley Davidson Orange #CE300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 77.44%
G = 18.05%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE300C (or 0xCE300C) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 0C. RGB value is (206,48,12). Sum of RGB (Red+Green+Blue) = 206+48+12=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE300C is #31CFF3. Grayscale: #5B5B5B. Windows color (decimal): -3264500 or 798926. OLE color: 798926.

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

Color convert

RGB 206 48 12 -
CMYK 0 0.77 0.94 0.19
HSL 11.13º 0.89% 0.43% -
HSV(B) 11.13º 0.94% 0.81% -
XYZ 26.58 15.26 1.89 -
YUV 91.14 83.35 209.93 -
System Red Green Blue C M Y K H S L
Decimal 206 48 12 0 0.77 0.94 0.19 11.13 0.89 0.43
Hex CE 30 C 0 4D 5E 13 B 59 2B
Octal 316 60 14 0 115 136 23 13 131 53
Binary 11001110 110000 1100 0 1001101 1011110 10011 1011 1011001 101011

Color Harmonies of #CE300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE300C

Black with #CE300C

Text Example


Text Example

White with #CE300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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