Html Css Color HEX #C63F1B Harley Davidson Orange

📋 copy color: '#C63F1B'

red 198 ◦ green 63 ◦ blue 27

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

Shades of Harley Davidson Orange #C63F1B

Tints of Harley Davidson Orange #C63F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 68.75%
G = 21.88%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C63F1B (or 0xC63F1B) is known color: Harley Davidson Orange. HEX triplet: C6, 3F and 1B. RGB value is (198,63,27). Sum of RGB (Red+Green+Blue) = 198+63+27=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F1B is #39C0E4. Grayscale: #636363. Windows color (decimal): -3784933 or 1785798. OLE color: 1785798.

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

Color convert

RGB 198 63 27 -
CMYK 0 0.68 0.86 0.22
HSL 12.63º 0.76% 0.44% -
HSV(B) 12.63º 0.86% 0.78% -
XYZ 25.26 15.64 2.72 -
YUV 99.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 198 63 27 0 0.68 0.86 0.22 12.63 0.76 0.44
Hex C6 3F 1B 0 44 56 16 D 4C 2C
Octal 306 77 33 0 104 126 26 15 114 54
Binary 11000110 111111 11011 0 1000100 1010110 10110 1101 1001100 101100

Color Harmonies of #C63F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F1B

Black with #C63F1B

Text Example


Text Example

White with #C63F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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