Html Css Color HEX #CE3315 Harley Davidson Orange

📋 copy color: '#CE3315'

red 206 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #CE3315

Tints of Harley Davidson Orange #CE3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 21 (8.59% from 255) = 7.55%

R = 74.1%
G = 18.35%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE3315 (or 0xCE3315) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 15. RGB value is (206,51,21). Sum of RGB (Red+Green+Blue) = 206+51+21=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3315 is #31CCEA. Grayscale: #5E5E5E. Windows color (decimal): -3263723 or 1389518. OLE color: 1389518.

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

Color convert

RGB 206 51 21 -
CMYK 0 0.75 0.90 0.19
HSL 9.73º 0.81% 0.45% -
HSV(B) 9.73º 0.9% 0.81% -
XYZ 26.77 15.54 2.3 -
YUV 93.93 86.85 207.94 -
System Red Green Blue C M Y K H S L
Decimal 206 51 21 0 0.75 0.90 0.19 9.73 0.81 0.45
Hex CE 33 15 0 4B 5A 13 A 51 2D
Octal 316 63 25 0 113 132 23 12 121 55
Binary 11001110 110011 10101 0 1001011 1011010 10011 1010 1010001 101101

Color Harmonies of #CE3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3315

Black with #CE3315

Text Example


Text Example

White with #CE3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3315; }

 p { color: rgb(206,51,21); }

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

background-color css

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

 a { background-color: rgb(206,51,21); }

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

border-color css

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

 span { border-color: rgb(206,51,21); }

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