Html Css Color HEX #C63B18 Harley Davidson Orange

📋 copy color: '#C63B18'

red 198 ◦ green 59 ◦ blue 24

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

Shades of Harley Davidson Orange #C63B18

Tints of Harley Davidson Orange #C63B18

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 70.46%
G = 21%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C63B18 (or 0xC63B18) is known color: Harley Davidson Orange. HEX triplet: C6, 3B and 18. RGB value is (198,59,24). Sum of RGB (Red+Green+Blue) = 198+59+24=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63B18 is #39C4E7. Grayscale: #606060. Windows color (decimal): -3785960 or 1588166. OLE color: 1588166.

HSL color Cylindrical-coordinate representation of color #C63B18: hue angle of 12.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C63B18 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 59 24 -
CMYK 0 0.70 0.88 0.22
HSL 12.07º 0.78% 0.44% -
HSV(B) 12.07º 0.88% 0.78% -
XYZ 25.02 15.2 2.48 -
YUV 96.57 87.05 200.35 -
System Red Green Blue C M Y K H S L
Decimal 198 59 24 0 0.70 0.88 0.22 12.07 0.78 0.44
Hex C6 3B 18 0 46 58 16 C 4E 2C
Octal 306 73 30 0 106 130 26 14 116 54
Binary 11000110 111011 11000 0 1000110 1011000 10110 1100 1001110 101100

Color Harmonies of #C63B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B18

Black with #C63B18

Text Example


Text Example

White with #C63B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B18; }

 p { color: rgb(198,59,24); }

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

background-color css

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

 a { background-color: rgb(198,59,24); }

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

border-color css

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

 span { border-color: rgb(198,59,24); }

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