Html Css Color HEX #CE360F Harley Davidson Orange

📋 copy color: '#CE360F'

red 206 ◦ green 54 ◦ blue 15

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

Shades of Harley Davidson Orange #CE360F

Tints of Harley Davidson Orange #CE360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

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

R = 74.91%
G = 19.64%
B = 5.45%

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

#CE360F (or 0xCE360F) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 0F. RGB value is (206,54,15). Sum of RGB (Red+Green+Blue) = 206+54+15=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE360F is #31C9F0. Grayscale: #5F5F5F. Windows color (decimal): -3262961 or 997070. OLE color: 997070.

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

Color convert

RGB 206 54 15 -
CMYK 0 0.74 0.93 0.19
HSL 12.25º 0.86% 0.43% -
HSV(B) 12.25º 0.93% 0.81% -
XYZ 26.86 15.79 2.08 -
YUV 95 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 206 54 15 0 0.74 0.93 0.19 12.25 0.86 0.43
Hex CE 36 F 0 4A 5D 13 C 56 2B
Octal 316 66 17 0 112 135 23 14 126 53
Binary 11001110 110110 1111 0 1001010 1011101 10011 1100 1010110 101011

Color Harmonies of #CE360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE360F

Black with #CE360F

Text Example


Text Example

White with #CE360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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