Html Css Color HEX #CE330D Harley Davidson Orange

📋 copy color: '#CE330D'

red 206 ◦ green 51 ◦ blue 13

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

Shades of Harley Davidson Orange #CE330D

Tints of Harley Davidson Orange #CE330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 76.3%
G = 18.89%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE330D (or 0xCE330D) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 0D. RGB value is (206,51,13). Sum of RGB (Red+Green+Blue) = 206+51+13=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE330D is #31CCF2. Grayscale: #5D5D5D. Windows color (decimal): -3263731 or 865230. OLE color: 865230.

HSL color Cylindrical-coordinate representation of color #CE330D: hue angle of 11.81º degrees, saturation: 0.88, 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 #CE330D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 13 -
CMYK 0 0.75 0.94 0.19
HSL 11.81º 0.88% 0.43% -
HSV(B) 11.81º 0.94% 0.81% -
XYZ 26.71 15.52 1.97 -
YUV 93.01 82.85 208.59 -
System Red Green Blue C M Y K H S L
Decimal 206 51 13 0 0.75 0.94 0.19 11.81 0.88 0.43
Hex CE 33 D 0 4B 5E 13 C 58 2B
Octal 316 63 15 0 113 136 23 14 130 53
Binary 11001110 110011 1101 0 1001011 1011110 10011 1100 1011000 101011

Color Harmonies of #CE330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE330D

Black with #CE330D

Text Example


Text Example

White with #CE330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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