Html Css Color HEX #CE330B Harley Davidson Orange

📋 copy color: '#CE330B'

red 206 ◦ green 51 ◦ blue 11

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

Shades of Harley Davidson Orange #CE330B

Tints of Harley Davidson Orange #CE330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 76.87%
G = 19.03%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE330B (or 0xCE330B) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 0B. RGB value is (206,51,11). Sum of RGB (Red+Green+Blue) = 206+51+11=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE330B is #31CCF4. Grayscale: #5D5D5D. Windows color (decimal): -3263733 or 734158. OLE color: 734158.

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

Color convert

RGB 206 51 11 -
CMYK 0 0.75 0.95 0.19
HSL 12.31º 0.9% 0.43% -
HSV(B) 12.31º 0.95% 0.81% -
XYZ 26.7 15.51 1.9 -
YUV 92.79 81.85 208.75 -
System Red Green Blue C M Y K H S L
Decimal 206 51 11 0 0.75 0.95 0.19 12.31 0.9 0.43
Hex CE 33 B 0 4B 5F 13 C 5A 2B
Octal 316 63 13 0 113 137 23 14 132 53
Binary 11001110 110011 1011 0 1001011 1011111 10011 1100 1011010 101011

Color Harmonies of #CE330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE330B

Black with #CE330B

Text Example


Text Example

White with #CE330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE330B; }

 p { color: rgb(206,51,11); }

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

background-color css

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

 a { background-color: rgb(206,51,11); }

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

border-color css

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

 span { border-color: rgb(206,51,11); }

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