Html Css Color HEX #CE421B Harley Davidson Orange

📋 copy color: '#CE421B'

red 206 ◦ green 66 ◦ blue 27

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

Shades of Harley Davidson Orange #CE421B

Tints of Harley Davidson Orange #CE421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 68.9%
G = 22.07%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE421B (or 0xCE421B) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 1B. RGB value is (206,66,27). Sum of RGB (Red+Green+Blue) = 206+66+27=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE421B is #31BDE4. Grayscale: #676767. Windows color (decimal): -3259877 or 1786574. OLE color: 1786574.

HSL color Cylindrical-coordinate representation of color #CE421B: hue angle of 13.07º 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 #CE421B is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 27 -
CMYK 0 0.68 0.87 0.19
HSL 13.07º 0.77% 0.46% -
HSV(B) 13.07º 0.87% 0.81% -
XYZ 27.6 17.1 2.88 -
YUV 103.41 84.88 201.17 -
System Red Green Blue C M Y K H S L
Decimal 206 66 27 0 0.68 0.87 0.19 13.07 0.77 0.46
Hex CE 42 1B 0 44 57 13 D 4D 2E
Octal 316 102 33 0 104 127 23 15 115 56
Binary 11001110 1000010 11011 0 1000100 1010111 10011 1101 1001101 101110

Color Harmonies of #CE421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE421B

Black with #CE421B

Text Example


Text Example

White with #CE421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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