Html Css Color HEX #CE4124 Harley Davidson Orange

📋 copy color: '#CE4124'

red 206 ◦ green 65 ◦ blue 36

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

Shades of Harley Davidson Orange #CE4124

Tints of Harley Davidson Orange #CE4124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 67.1%
G = 21.17%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE4124 (or 0xCE4124) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 24. RGB value is (206,65,36). Sum of RGB (Red+Green+Blue) = 206+65+36=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4124 is #31BEDB. Grayscale: #686868. Windows color (decimal): -3260124 or 2376142. OLE color: 2376142.

HSL color Cylindrical-coordinate representation of color #CE4124: hue angle of 10.24º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE4124 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 36 -
CMYK 0 0.68 0.83 0.19
HSL 10.24º 0.7% 0.47% -
HSV(B) 10.24º 0.83% 0.81% -
XYZ 27.66 17.03 3.5 -
YUV 103.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 206 65 36 0 0.68 0.83 0.19 10.24 0.7 0.47
Hex CE 41 24 0 44 53 13 A 46 2F
Octal 316 101 44 0 104 123 23 12 106 57
Binary 11001110 1000001 100100 0 1000100 1010011 10011 1010 1000110 101111

Color Harmonies of #CE4124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4124

Black with #CE4124

Text Example


Text Example

White with #CE4124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4124; }

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

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

background-color css

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

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

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

border-color css

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

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

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