Html Css Color HEX #CE411A Harley Davidson Orange

📋 copy color: '#CE411A'

red 206 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #CE411A

Tints of Harley Davidson Orange #CE411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 69.36%
G = 21.89%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE411A (or 0xCE411A) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 1A. RGB value is (206,65,26). Sum of RGB (Red+Green+Blue) = 206+65+26=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE411A is #31BEE5. Grayscale: #676767. Windows color (decimal): -3260134 or 1720782. OLE color: 1720782.

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

Color convert

RGB 206 65 26 -
CMYK 0 0.68 0.87 0.19
HSL 13º 0.78% 0.45% -
HSV(B) 13º 0.87% 0.81% -
XYZ 27.53 16.98 2.8 -
YUV 102.71 84.71 201.67 -
System Red Green Blue C M Y K H S L
Decimal 206 65 26 0 0.68 0.87 0.19 13 0.78 0.45
Hex CE 41 1A 0 44 57 13 D 4E 2D
Octal 316 101 32 0 104 127 23 15 116 55
Binary 11001110 1000001 11010 0 1000100 1010111 10011 1101 1001110 101101

Color Harmonies of #CE411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE411A

Black with #CE411A

Text Example


Text Example

White with #CE411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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