Html Css Color HEX #C63F24 Harley Davidson Orange

📋 copy color: '#C63F24'

red 198 ◦ green 63 ◦ blue 36

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

Shades of Harley Davidson Orange #C63F24

Tints of Harley Davidson Orange #C63F24

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 66.67%
G = 21.21%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C63F24 (or 0xC63F24) is known color: Harley Davidson Orange. HEX triplet: C6, 3F and 24. RGB value is (198,63,36). Sum of RGB (Red+Green+Blue) = 198+63+36=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F24 is #39C0DB. Grayscale: #646464. Windows color (decimal): -3784924 or 2375622. OLE color: 2375622.

HSL color Cylindrical-coordinate representation of color #C63F24: hue angle of 10º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C63F24 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 36 -
CMYK 0 0.68 0.82 0.22
HSL 10º 0.69% 0.46% -
HSV(B) 10º 0.82% 0.78% -
XYZ 25.38 15.69 3.36 -
YUV 100.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 198 63 36 0 0.68 0.82 0.22 10 0.69 0.46
Hex C6 3F 24 0 44 52 16 A 45 2E
Octal 306 77 44 0 104 122 26 12 105 56
Binary 11000110 111111 100100 0 1000100 1010010 10110 1010 1000101 101110

Color Harmonies of #C63F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F24

Black with #C63F24

Text Example


Text Example

White with #C63F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F24; }

 p { color: rgb(198,63,36); }

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

background-color css

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

 a { background-color: rgb(198,63,36); }

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

border-color css

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

 span { border-color: rgb(198,63,36); }

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