Html Css Color HEX #CE261F Harley Davidson Orange

📋 copy color: '#CE261F'

red 206 ◦ green 38 ◦ blue 31

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

Shades of Harley Davidson Orange #CE261F

Tints of Harley Davidson Orange #CE261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

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

R = 74.91%
G = 13.82%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE261F (or 0xCE261F) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 1F. RGB value is (206,38,31). Sum of RGB (Red+Green+Blue) = 206+38+31=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE261F is #31D9E0. Grayscale: #575757. Windows color (decimal): -3267041 or 2041550. OLE color: 2041550.

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

Color convert

RGB 206 38 31 -
CMYK 0 0.82 0.85 0.19
HSL 2.4º 0.74% 0.46% -
HSV(B) 2.4º 0.85% 0.81% -
XYZ 26.39 14.61 2.72 -
YUV 87.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 206 38 31 0 0.82 0.85 0.19 2.4 0.74 0.46
Hex CE 26 1F 0 52 55 13 2 4A 2E
Octal 316 46 37 0 122 125 23 2 112 56
Binary 11001110 100110 11111 0 1010010 1010101 10011 10 1001010 101110

Color Harmonies of #CE261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE261F

Black with #CE261F

Text Example


Text Example

White with #CE261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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