Html Css Color HEX #CE3715 Harley Davidson Orange

📋 copy color: '#CE3715'

red 206 ◦ green 55 ◦ blue 21

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

Shades of Harley Davidson Orange #CE3715

Tints of Harley Davidson Orange #CE3715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

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

R = 73.05%
G = 19.5%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE3715 (or 0xCE3715) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 15. RGB value is (206,55,21). Sum of RGB (Red+Green+Blue) = 206+55+21=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3715 is #31C8EA. Grayscale: #606060. Windows color (decimal): -3262699 or 1390542. OLE color: 1390542.

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

Color convert

RGB 206 55 21 -
CMYK 0 0.73 0.90 0.19
HSL 11.03º 0.81% 0.45% -
HSV(B) 11.03º 0.9% 0.81% -
XYZ 26.96 15.91 2.36 -
YUV 96.27 85.53 206.26 -
System Red Green Blue C M Y K H S L
Decimal 206 55 21 0 0.73 0.90 0.19 11.03 0.81 0.45
Hex CE 37 15 0 49 5A 13 B 51 2D
Octal 316 67 25 0 111 132 23 13 121 55
Binary 11001110 110111 10101 0 1001001 1011010 10011 1011 1010001 101101

Color Harmonies of #CE3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3715

Black with #CE3715

Text Example


Text Example

White with #CE3715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3715; }

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

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

background-color css

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

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

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

border-color css

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

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

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