Html Css Color HEX #CE251A Harley Davidson Orange

📋 copy color: '#CE251A'

red 206 ◦ green 37 ◦ blue 26

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

Shades of Harley Davidson Orange #CE251A

Tints of Harley Davidson Orange #CE251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.75%

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 76.58%
G = 13.75%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE251A (or 0xCE251A) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 1A. RGB value is (206,37,26). Sum of RGB (Red+Green+Blue) = 206+37+26=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE251A is #31DAE5. Grayscale: #565656. Windows color (decimal): -3267302 or 1713614. OLE color: 1713614.

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

Color convert

RGB 206 37 26 -
CMYK 0 0.82 0.87 0.19
HSL 3.67º 0.78% 0.45% -
HSV(B) 3.67º 0.87% 0.81% -
XYZ 26.3 14.52 2.39 -
YUV 86.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 206 37 26 0 0.82 0.87 0.19 3.67 0.78 0.45
Hex CE 25 1A 0 52 57 13 4 4E 2D
Octal 316 45 32 0 122 127 23 4 116 55
Binary 11001110 100101 11010 0 1010010 1010111 10011 100 1001110 101101

Color Harmonies of #CE251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE251A

Black with #CE251A

Text Example


Text Example

White with #CE251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE251A; }

 p { color: rgb(206,37,26); }

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

background-color css

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

 a { background-color: rgb(206,37,26); }

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

border-color css

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

 span { border-color: rgb(206,37,26); }

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