Html Css Color HEX #CE350F Harley Davidson Orange

📋 copy color: '#CE350F'

red 206 ◦ green 53 ◦ blue 15

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

Shades of Harley Davidson Orange #CE350F

Tints of Harley Davidson Orange #CE350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 75.18%
G = 19.34%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE350F (or 0xCE350F) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 0F. RGB value is (206,53,15). Sum of RGB (Red+Green+Blue) = 206+53+15=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE350F is #31CAF0. Grayscale: #5E5E5E. Windows color (decimal): -3263217 or 996814. OLE color: 996814.

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

Color convert

RGB 206 53 15 -
CMYK 0 0.74 0.93 0.19
HSL 11.94º 0.86% 0.43% -
HSV(B) 11.94º 0.93% 0.81% -
XYZ 26.81 15.7 2.07 -
YUV 94.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 206 53 15 0 0.74 0.93 0.19 11.94 0.86 0.43
Hex CE 35 F 0 4A 5D 13 C 56 2B
Octal 316 65 17 0 112 135 23 14 126 53
Binary 11001110 110101 1111 0 1001010 1011101 10011 1100 1010110 101011

Color Harmonies of #CE350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE350F

Black with #CE350F

Text Example


Text Example

White with #CE350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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