Html Css Color HEX #CE4120 Harley Davidson Orange

📋 copy color: '#CE4120'

red 206 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #CE4120

Tints of Harley Davidson Orange #CE4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 67.99%
G = 21.45%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE4120 (or 0xCE4120) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 20. RGB value is (206,65,32). Sum of RGB (Red+Green+Blue) = 206+65+32=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4120 is #31BEDF. Grayscale: #676767. Windows color (decimal): -3260128 or 2113998. OLE color: 2113998.

HSL color Cylindrical-coordinate representation of color #CE4120: hue angle of 11.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE4120 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 32 -
CMYK 0 0.68 0.84 0.19
HSL 11.38º 0.73% 0.47% -
HSV(B) 11.38º 0.84% 0.81% -
XYZ 27.6 17.01 3.19 -
YUV 103.4 87.71 201.18 -
System Red Green Blue C M Y K H S L
Decimal 206 65 32 0 0.68 0.84 0.19 11.38 0.73 0.47
Hex CE 41 20 0 44 54 13 B 49 2F
Octal 316 101 40 0 104 124 23 13 111 57
Binary 11001110 1000001 100000 0 1000100 1010100 10011 1011 1001001 101111

Color Harmonies of #CE4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4120

Black with #CE4120

Text Example


Text Example

White with #CE4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4120; }

 p { color: rgb(206,65,32); }

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

background-color css

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

 a { background-color: rgb(206,65,32); }

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

border-color css

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

 span { border-color: rgb(206,65,32); }

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