Html Css Color HEX #C63D1B Harley Davidson Orange

📋 copy color: '#C63D1B'

red 198 ◦ green 61 ◦ blue 27

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

Shades of Harley Davidson Orange #C63D1B

Tints of Harley Davidson Orange #C63D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

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

R = 69.23%
G = 21.33%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C63D1B (or 0xC63D1B) is known color: Harley Davidson Orange. HEX triplet: C6, 3D and 1B. RGB value is (198,61,27). Sum of RGB (Red+Green+Blue) = 198+61+27=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D1B is #39C2E4. Grayscale: #626262. Windows color (decimal): -3785445 or 1785286. OLE color: 1785286.

HSL color Cylindrical-coordinate representation of color #C63D1B: hue angle of 11.93º 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 #C63D1B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 27 -
CMYK 0 0.69 0.86 0.22
HSL 11.93º 0.76% 0.44% -
HSV(B) 11.93º 0.86% 0.78% -
XYZ 25.16 15.42 2.69 -
YUV 98.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 198 61 27 0 0.69 0.86 0.22 11.93 0.76 0.44
Hex C6 3D 1B 0 45 56 16 C 4C 2C
Octal 306 75 33 0 105 126 26 14 114 54
Binary 11000110 111101 11011 0 1000101 1010110 10110 1100 1001100 101100

Color Harmonies of #C63D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D1B

Black with #C63D1B

Text Example


Text Example

White with #C63D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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