Html Css Color HEX #C62F04 Harley Davidson Orange

📋 copy color: '#C62F04'

red 198 ◦ green 47 ◦ blue 4

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

Shades of Harley Davidson Orange #C62F04

Tints of Harley Davidson Orange #C62F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 79.52%
G = 18.88%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C62F04 (or 0xC62F04) is known color: Harley Davidson Orange. HEX triplet: C6, 2F and 04. RGB value is (198,47,4). Sum of RGB (Red+Green+Blue) = 198+47+4=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62F04 is #39D0FB. Grayscale: #575757. Windows color (decimal): -3789052 or 274374. OLE color: 274374.

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

Color convert

RGB 198 47 4 -
CMYK 0 0.76 0.98 0.22
HSL 13.3º 0.96% 0.4% -
HSV(B) 13.3º 0.98% 0.78% -
XYZ 24.33 14.05 1.54 -
YUV 87.25 81.03 207 -
System Red Green Blue C M Y K H S L
Decimal 198 47 4 0 0.76 0.98 0.22 13.3 0.96 0.4
Hex C6 2F 4 0 4C 62 16 D 60 28
Octal 306 57 4 0 114 142 26 15 140 50
Binary 11000110 101111 100 0 1001100 1100010 10110 1101 1100000 101000

Color Harmonies of #C62F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F04

Black with #C62F04

Text Example


Text Example

White with #C62F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F04; }

 p { color: rgb(198,47,4); }

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

background-color css

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

 a { background-color: rgb(198,47,4); }

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

border-color css

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

 span { border-color: rgb(198,47,4); }

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