Html Css Color HEX #CE4314 Harley Davidson Orange

📋 copy color: '#CE4314'

red 206 ◦ green 67 ◦ blue 20

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

Shades of Harley Davidson Orange #CE4314

Tints of Harley Davidson Orange #CE4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 70.31%
G = 22.87%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4314 (or 0xCE4314) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 14. RGB value is (206,67,20). Sum of RGB (Red+Green+Blue) = 206+67+20=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4314 is #31BCEB. Grayscale: #676767. Windows color (decimal): -3259628 or 1328078. OLE color: 1328078.

HSL color Cylindrical-coordinate representation of color #CE4314: hue angle of 15.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4314 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 67 20 -
CMYK 0 0.67 0.90 0.19
HSL 15.16º 0.82% 0.44% -
HSV(B) 15.16º 0.9% 0.81% -
XYZ 27.59 17.19 2.53 -
YUV 103.2 81.05 201.32 -
System Red Green Blue C M Y K H S L
Decimal 206 67 20 0 0.67 0.90 0.19 15.16 0.82 0.44
Hex CE 43 14 0 43 5A 13 F 52 2C
Octal 316 103 24 0 103 132 23 17 122 54
Binary 11001110 1000011 10100 0 1000011 1011010 10011 1111 1010010 101100

Color Harmonies of #CE4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4314

Black with #CE4314

Text Example


Text Example

White with #CE4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4314; }

 p { color: rgb(206,67,20); }

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

background-color css

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

 a { background-color: rgb(206,67,20); }

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

border-color css

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

 span { border-color: rgb(206,67,20); }

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