Html Css Color HEX #CE2F02 Harley Davidson Orange

📋 copy color: '#CE2F02'

red 206 ◦ green 47 ◦ blue 2

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

Shades of Harley Davidson Orange #CE2F02

Tints of Harley Davidson Orange #CE2F02

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

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

R = 80.78%
G = 18.43%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE2F02 (or 0xCE2F02) is known color: Harley Davidson Orange. HEX triplet: CE, 2F and 02. RGB value is (206,47,2). Sum of RGB (Red+Green+Blue) = 206+47+2=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2F02 is #31D0FD. Grayscale: #595959. Windows color (decimal): -3264766 or 143310. OLE color: 143310.

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

Color convert

RGB 206 47 2 -
CMYK 0 0.77 0.99 0.19
HSL 13.24º 0.98% 0.41% -
HSV(B) 13.24º 0.99% 0.81% -
XYZ 26.48 15.16 1.59 -
YUV 89.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 206 47 2 0 0.77 0.99 0.19 13.24 0.98 0.41
Hex CE 2F 2 0 4D 63 13 D 62 29
Octal 316 57 2 0 115 143 23 15 142 51
Binary 11001110 101111 10 0 1001101 1100011 10011 1101 1100010 101001

Color Harmonies of #CE2F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F02

Black with #CE2F02

Text Example


Text Example

White with #CE2F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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