Html Css Color HEX #CE3523 Harley Davidson Orange

📋 copy color: '#CE3523'

red 206 ◦ green 53 ◦ blue 35

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

Shades of Harley Davidson Orange #CE3523

Tints of Harley Davidson Orange #CE3523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 35 (14.06% from 255) = 11.9%

R = 70.07%
G = 18.03%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3523 (or 0xCE3523) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 23. RGB value is (206,53,35). Sum of RGB (Red+Green+Blue) = 206+53+35=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3523 is #31CADC. Grayscale: #606060. Windows color (decimal): -3263197 or 2307534. OLE color: 2307534.

HSL color Cylindrical-coordinate representation of color #CE3523: hue angle of 6.32º degrees, saturation: 0.71, 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 #CE3523 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 35 -
CMYK 0 0.74 0.83 0.19
HSL 6.32º 0.71% 0.47% -
HSV(B) 6.32º 0.83% 0.81% -
XYZ 27.03 15.79 3.21 -
YUV 96.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 206 53 35 0 0.74 0.83 0.19 6.32 0.71 0.47
Hex CE 35 23 0 4A 53 13 6 47 2F
Octal 316 65 43 0 112 123 23 6 107 57
Binary 11001110 110101 100011 0 1001010 1010011 10011 110 1000111 101111

Color Harmonies of #CE3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3523

Black with #CE3523

Text Example


Text Example

White with #CE3523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3523; }

 p { color: rgb(206,53,35); }

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

background-color css

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

 a { background-color: rgb(206,53,35); }

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

border-color css

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

 span { border-color: rgb(206,53,35); }

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