Html Css Color HEX #CE2502 Harley Davidson Orange

📋 copy color: '#CE2502'

red 206 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #CE2502

Tints of Harley Davidson Orange #CE2502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 84.08%
G = 15.1%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE2502 (or 0xCE2502) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 02. RGB value is (206,37,2). Sum of RGB (Red+Green+Blue) = 206+37+2=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2502 is #31DAFD. Grayscale: #535353. Windows color (decimal): -3267326 or 140750. OLE color: 140750.

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

Color convert

RGB 206 37 2 -
CMYK 0 0.82 0.99 0.19
HSL 10.29º 0.98% 0.41% -
HSV(B) 10.29º 0.99% 0.81% -
XYZ 26.13 14.45 1.47 -
YUV 83.54 81.99 215.35 -
System Red Green Blue C M Y K H S L
Decimal 206 37 2 0 0.82 0.99 0.19 10.29 0.98 0.41
Hex CE 25 2 0 52 63 13 A 62 29
Octal 316 45 2 0 122 143 23 12 142 51
Binary 11001110 100101 10 0 1010010 1100011 10011 1010 1100010 101001

Color Harmonies of #CE2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2502

Black with #CE2502

Text Example


Text Example

White with #CE2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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