Html Css Color HEX #CE481A Harley Davidson Orange

📋 copy color: '#CE481A'

red 206 ◦ green 72 ◦ blue 26

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

Shades of Harley Davidson Orange #CE481A

Tints of Harley Davidson Orange #CE481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 67.76%
G = 23.68%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE481A (or 0xCE481A) is known color: Harley Davidson Orange. HEX triplet: CE, 48 and 1A. RGB value is (206,72,26). Sum of RGB (Red+Green+Blue) = 206+72+26=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE481A is #31B7E5. Grayscale: #6B6B6B. Windows color (decimal): -3258342 or 1722574. OLE color: 1722574.

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

Color convert

RGB 206 72 26 -
CMYK 0 0.65 0.87 0.19
HSL 15.33º 0.78% 0.45% -
HSV(B) 15.33º 0.87% 0.81% -
XYZ 27.96 17.83 2.95 -
YUV 106.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 206 72 26 0 0.65 0.87 0.19 15.33 0.78 0.45
Hex CE 48 1A 0 41 57 13 F 4E 2D
Octal 316 110 32 0 101 127 23 17 116 55
Binary 11001110 1001000 11010 0 1000001 1010111 10011 1111 1001110 101101

Color Harmonies of #CE481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE481A

Black with #CE481A

Text Example


Text Example

White with #CE481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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