Html Css Color HEX #C61E02 Harley Davidson Orange

📋 copy color: '#C61E02'

red 198 ◦ green 30 ◦ blue 2

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

Shades of Harley Davidson Orange #C61E02

Tints of Harley Davidson Orange #C61E02

RGB

 RED value IS 198 (77.73% from 255) = 86.09%

 GREEN value IS 30 (12.11% from 255) = 13.04%

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

R = 86.09%
G = 13.04%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C61E02 (or 0xC61E02) is known color: Harley Davidson Orange. HEX triplet: C6, 1E and 02. RGB value is (198,30,2). Sum of RGB (Red+Green+Blue) = 198+30+2=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61E02 is #39E1FD. Grayscale: #4D4D4D. Windows color (decimal): -3793406 or 138950. OLE color: 138950.

HSL color Cylindrical-coordinate representation of color #C61E02: hue angle of 8.57º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C61E02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 30 2 -
CMYK 0 0.85 0.99 0.22
HSL 8.57º 0.98% 0.39% -
HSV(B) 8.57º 0.99% 0.78% -
XYZ 23.76 12.94 1.3 -
YUV 77.04 85.66 214.28 -
System Red Green Blue C M Y K H S L
Decimal 198 30 2 0 0.85 0.99 0.22 8.57 0.98 0.39
Hex C6 1E 2 0 55 63 16 9 62 27
Octal 306 36 2 0 125 143 26 11 142 47
Binary 11000110 11110 10 0 1010101 1100011 10110 1001 1100010 100111

Color Harmonies of #C61E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E02

Black with #C61E02

Text Example


Text Example

White with #C61E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E02; }

 p { color: rgb(198,30,2); }

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

background-color css

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

 a { background-color: rgb(198,30,2); }

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

border-color css

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

 span { border-color: rgb(198,30,2); }

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