Html Css Color HEX #CE221B Harley Davidson Orange

📋 copy color: '#CE221B'

red 206 ◦ green 34 ◦ blue 27

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

Shades of Harley Davidson Orange #CE221B

Tints of Harley Davidson Orange #CE221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 77.15%
G = 12.73%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE221B (or 0xCE221B) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 1B. RGB value is (206,34,27). Sum of RGB (Red+Green+Blue) = 206+34+27=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE221B is #31DDE4. Grayscale: #545454. Windows color (decimal): -3268069 or 1778382. OLE color: 1778382.

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

Color convert

RGB 206 34 27 -
CMYK 0 0.83 0.87 0.19
HSL 2.35º 0.77% 0.46% -
HSV(B) 2.35º 0.87% 0.81% -
XYZ 26.22 14.35 2.42 -
YUV 84.63 95.48 214.57 -
System Red Green Blue C M Y K H S L
Decimal 206 34 27 0 0.83 0.87 0.19 2.35 0.77 0.46
Hex CE 22 1B 0 53 57 13 2 4D 2E
Octal 316 42 33 0 123 127 23 2 115 56
Binary 11001110 100010 11011 0 1010011 1010111 10011 10 1001101 101110

Color Harmonies of #CE221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE221B

Black with #CE221B

Text Example


Text Example

White with #CE221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE221B; }

 p { color: rgb(206,34,27); }

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

background-color css

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

 a { background-color: rgb(206,34,27); }

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

border-color css

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

 span { border-color: rgb(206,34,27); }

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