Html Css Color HEX #CE4A1C Harley Davidson Orange

📋 copy color: '#CE4A1C'

red 206 ◦ green 74 ◦ blue 28

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

Shades of Harley Davidson Orange #CE4A1C

Tints of Harley Davidson Orange #CE4A1C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 66.88%
G = 24.03%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE4A1C (or 0xCE4A1C) is known color: Harley Davidson Orange. HEX triplet: CE, 4A and 1C. RGB value is (206,74,28). Sum of RGB (Red+Green+Blue) = 206+74+28=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A1C is #31B5E3. Grayscale: #6C6C6C. Windows color (decimal): -3257828 or 1854158. OLE color: 1854158.

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

Color convert

RGB 206 74 28 -
CMYK 0 0.64 0.86 0.19
HSL 15.51º 0.76% 0.46% -
HSV(B) 15.51º 0.86% 0.81% -
XYZ 28.11 18.1 3.11 -
YUV 108.22 82.73 197.74 -
System Red Green Blue C M Y K H S L
Decimal 206 74 28 0 0.64 0.86 0.19 15.51 0.76 0.46
Hex CE 4A 1C 0 40 56 13 10 4C 2E
Octal 316 112 34 0 100 126 23 20 114 56
Binary 11001110 1001010 11100 0 1000000 1010110 10011 10000 1001100 101110

Color Harmonies of #CE4A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A1C

Black with #CE4A1C

Text Example


Text Example

White with #CE4A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A1C; }

 p { color: rgb(206,74,28); }

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

background-color css

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

 a { background-color: rgb(206,74,28); }

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

border-color css

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

 span { border-color: rgb(206,74,28); }

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