Html Css Color HEX #CE421F Harley Davidson Orange

📋 copy color: '#CE421F'

red 206 ◦ green 66 ◦ blue 31

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

Shades of Harley Davidson Orange #CE421F

Tints of Harley Davidson Orange #CE421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 67.99%
G = 21.78%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE421F (or 0xCE421F) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 1F. RGB value is (206,66,31). Sum of RGB (Red+Green+Blue) = 206+66+31=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE421F is #31BDE0. Grayscale: #686868. Windows color (decimal): -3259873 or 2048718. OLE color: 2048718.

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

Color convert

RGB 206 66 31 -
CMYK 0 0.68 0.85 0.19
HSL 12º 0.74% 0.46% -
HSV(B) 12º 0.85% 0.81% -
XYZ 27.65 17.12 3.14 -
YUV 103.87 86.88 200.85 -
System Red Green Blue C M Y K H S L
Decimal 206 66 31 0 0.68 0.85 0.19 12 0.74 0.46
Hex CE 42 1F 0 44 55 13 C 4A 2E
Octal 316 102 37 0 104 125 23 14 112 56
Binary 11001110 1000010 11111 0 1000100 1010101 10011 1100 1001010 101110

Color Harmonies of #CE421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE421F

Black with #CE421F

Text Example


Text Example

White with #CE421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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