Html Css Color HEX #CE350D Harley Davidson Orange

📋 copy color: '#CE350D'

red 206 ◦ green 53 ◦ blue 13

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

Shades of Harley Davidson Orange #CE350D

Tints of Harley Davidson Orange #CE350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.49%

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

R = 75.74%
G = 19.49%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE350D (or 0xCE350D) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 0D. RGB value is (206,53,13). Sum of RGB (Red+Green+Blue) = 206+53+13=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE350D is #31CAF2. Grayscale: #5E5E5E. Windows color (decimal): -3263219 or 865742. OLE color: 865742.

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

Color convert

RGB 206 53 13 -
CMYK 0 0.74 0.94 0.19
HSL 12.44º 0.88% 0.43% -
HSV(B) 12.44º 0.94% 0.81% -
XYZ 26.8 15.7 2 -
YUV 94.19 82.19 207.75 -
System Red Green Blue C M Y K H S L
Decimal 206 53 13 0 0.74 0.94 0.19 12.44 0.88 0.43
Hex CE 35 D 0 4A 5E 13 C 58 2B
Octal 316 65 15 0 112 136 23 14 130 53
Binary 11001110 110101 1101 0 1001010 1011110 10011 1100 1011000 101011

Color Harmonies of #CE350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE350D

Black with #CE350D

Text Example


Text Example

White with #CE350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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