Html Css Color HEX #CE4215 Harley Davidson Orange

📋 copy color: '#CE4215'

red 206 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #CE4215

Tints of Harley Davidson Orange #CE4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 70.31%
G = 22.53%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4215 (or 0xCE4215) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 15. RGB value is (206,66,21). Sum of RGB (Red+Green+Blue) = 206+66+21=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4215 is #31BDEA. Grayscale: #676767. Windows color (decimal): -3259883 or 1393358. OLE color: 1393358.

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

Color convert

RGB 206 66 21 -
CMYK 0 0.68 0.90 0.19
HSL 14.59º 0.81% 0.45% -
HSV(B) 14.59º 0.9% 0.81% -
XYZ 27.54 17.07 2.55 -
YUV 102.73 81.88 201.66 -
System Red Green Blue C M Y K H S L
Decimal 206 66 21 0 0.68 0.90 0.19 14.59 0.81 0.45
Hex CE 42 15 0 44 5A 13 F 51 2D
Octal 316 102 25 0 104 132 23 17 121 55
Binary 11001110 1000010 10101 0 1000100 1011010 10011 1111 1010001 101101

Color Harmonies of #CE4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4215

Black with #CE4215

Text Example


Text Example

White with #CE4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4215; }

 p { color: rgb(206,66,21); }

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

background-color css

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

 a { background-color: rgb(206,66,21); }

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

border-color css

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

 span { border-color: rgb(206,66,21); }

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