Html Css Color HEX #CE200B Harley Davidson Orange

📋 copy color: '#CE200B'

red 206 ◦ green 32 ◦ blue 11

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

Shades of Harley Davidson Orange #CE200B

Tints of Harley Davidson Orange #CE200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 82.73%
G = 12.85%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE200B (or 0xCE200B) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 0B. RGB value is (206,32,11). Sum of RGB (Red+Green+Blue) = 206+32+11=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE200B is #31DFF4. Grayscale: #515151. Windows color (decimal): -3268597 or 729294. OLE color: 729294.

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

Color convert

RGB 206 32 11 -
CMYK 0 0.84 0.95 0.19
HSL 6.46º 0.9% 0.43% -
HSV(B) 6.46º 0.95% 0.81% -
XYZ 26.03 14.18 1.68 -
YUV 81.63 88.15 216.71 -
System Red Green Blue C M Y K H S L
Decimal 206 32 11 0 0.84 0.95 0.19 6.46 0.9 0.43
Hex CE 20 B 0 54 5F 13 6 5A 2B
Octal 316 40 13 0 124 137 23 6 132 53
Binary 11001110 100000 1011 0 1010100 1011111 10011 110 1011010 101011

Color Harmonies of #CE200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE200B

Black with #CE200B

Text Example


Text Example

White with #CE200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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