Html Css Color HEX #C62F09 Harley Davidson Orange

📋 copy color: '#C62F09'

red 198 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #C62F09

Tints of Harley Davidson Orange #C62F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.54%

R = 77.95%
G = 18.5%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C62F09 (or 0xC62F09) is known color: Harley Davidson Orange. HEX triplet: C6, 2F and 09. RGB value is (198,47,9). Sum of RGB (Red+Green+Blue) = 198+47+9=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62F09 is #39D0F6. Grayscale: #585858. Windows color (decimal): -3789047 or 602054. OLE color: 602054.

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

Color convert

RGB 198 47 9 -
CMYK 0 0.76 0.95 0.22
HSL 12.06º 0.91% 0.41% -
HSV(B) 12.06º 0.95% 0.78% -
XYZ 24.35 14.06 1.69 -
YUV 87.82 83.53 206.59 -
System Red Green Blue C M Y K H S L
Decimal 198 47 9 0 0.76 0.95 0.22 12.06 0.91 0.41
Hex C6 2F 9 0 4C 5F 16 C 5B 29
Octal 306 57 11 0 114 137 26 14 133 51
Binary 11000110 101111 1001 0 1001100 1011111 10110 1100 1011011 101001

Color Harmonies of #C62F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F09

Black with #C62F09

Text Example


Text Example

White with #C62F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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