Html Css Color HEX #CE481E Harley Davidson Orange

📋 copy color: '#CE481E'

red 206 ◦ green 72 ◦ blue 30

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

Shades of Harley Davidson Orange #CE481E

Tints of Harley Davidson Orange #CE481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 66.88%
G = 23.38%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE481E (or 0xCE481E) is known color: Harley Davidson Orange. HEX triplet: CE, 48 and 1E. RGB value is (206,72,30). Sum of RGB (Red+Green+Blue) = 206+72+30=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE481E is #31B7E1. Grayscale: #6B6B6B. Windows color (decimal): -3258338 or 1984718. OLE color: 1984718.

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

Color convert

RGB 206 72 30 -
CMYK 0 0.65 0.85 0.19
HSL 14.32º 0.75% 0.46% -
HSV(B) 14.32º 0.85% 0.81% -
XYZ 28.01 17.85 3.2 -
YUV 107.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 206 72 30 0 0.65 0.85 0.19 14.32 0.75 0.46
Hex CE 48 1E 0 41 55 13 E 4B 2E
Octal 316 110 36 0 101 125 23 16 113 56
Binary 11001110 1001000 11110 0 1000001 1010101 10011 1110 1001011 101110

Color Harmonies of #CE481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE481E

Black with #CE481E

Text Example


Text Example

White with #CE481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE481E; }

 p { color: rgb(206,72,30); }

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

background-color css

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

 a { background-color: rgb(206,72,30); }

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

border-color css

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

 span { border-color: rgb(206,72,30); }

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