Html Css Color HEX #CE3A15 Harley Davidson Orange

📋 copy color: '#CE3A15'

red 206 ◦ green 58 ◦ blue 21

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

Shades of Harley Davidson Orange #CE3A15

Tints of Harley Davidson Orange #CE3A15

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

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

R = 72.28%
G = 20.35%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE3A15 (or 0xCE3A15) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 15. RGB value is (206,58,21). Sum of RGB (Red+Green+Blue) = 206+58+21=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A15 is #31C5EA. Grayscale: #626262. Windows color (decimal): -3261931 or 1391310. OLE color: 1391310.

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

Color convert

RGB 206 58 21 -
CMYK 0 0.72 0.90 0.19
HSL 12º 0.81% 0.45% -
HSV(B) 12º 0.9% 0.81% -
XYZ 27.1 16.2 2.41 -
YUV 98.03 84.53 205.01 -
System Red Green Blue C M Y K H S L
Decimal 206 58 21 0 0.72 0.90 0.19 12 0.81 0.45
Hex CE 3A 15 0 48 5A 13 C 51 2D
Octal 316 72 25 0 110 132 23 14 121 55
Binary 11001110 111010 10101 0 1001000 1011010 10011 1100 1010001 101101

Color Harmonies of #CE3A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A15

Black with #CE3A15

Text Example


Text Example

White with #CE3A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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