Html Css Color HEX #CE201E Harley Davidson Orange

📋 copy color: '#CE201E'

red 206 ◦ green 32 ◦ blue 30

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

Shades of Harley Davidson Orange #CE201E

Tints of Harley Davidson Orange #CE201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 76.87%
G = 11.94%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE201E (or 0xCE201E) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 1E. RGB value is (206,32,30). Sum of RGB (Red+Green+Blue) = 206+32+30=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE201E is #31DFE1. Grayscale: #535353. Windows color (decimal): -3268578 or 1974478. OLE color: 1974478.

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

Color convert

RGB 206 32 30 -
CMYK 0 0.84 0.85 0.19
HSL 0.68º 0.75% 0.46% -
HSV(B) 0.68º 0.85% 0.81% -
XYZ 26.2 14.25 2.6 -
YUV 83.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 206 32 30 0 0.84 0.85 0.19 0.68 0.75 0.46
Hex CE 20 1E 0 54 55 13 1 4B 2E
Octal 316 40 36 0 124 125 23 1 113 56
Binary 11001110 100000 11110 0 1010100 1010101 10011 1 1001011 101110

Color Harmonies of #CE201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE201E

Black with #CE201E

Text Example


Text Example

White with #CE201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE201E; }

 p { color: rgb(206,32,30); }

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

background-color css

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

 a { background-color: rgb(206,32,30); }

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

border-color css

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

 span { border-color: rgb(206,32,30); }

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