Html Css Color HEX #C32A1F Harley Davidson Orange

📋 copy color: '#C32A1F'

red 195 ◦ green 42 ◦ blue 31

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

Shades of Harley Davidson Orange #C32A1F

Tints of Harley Davidson Orange #C32A1F

RGB

 RED value IS 195 (76.56% from 255) = 72.76%

 GREEN value IS 42 (16.8% from 255) = 15.67%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 72.76%
G = 15.67%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32A1F (or 0xC32A1F) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 1F. RGB value is (195,42,31). Sum of RGB (Red+Green+Blue) = 195+42+31=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A1F is #3CD5E0. Grayscale: #565656. Windows color (decimal): -3986913 or 2042563. OLE color: 2042563.

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

Color convert

RGB 195 42 31 -
CMYK 0 0.78 0.84 0.24
HSL 4.02º 0.73% 0.44% -
HSV(B) 4.02º 0.84% 0.76% -
XYZ 23.58 13.36 2.63 -
YUV 86.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 195 42 31 0 0.78 0.84 0.24 4.02 0.73 0.44
Hex C3 2A 1F 0 4E 54 18 4 49 2C
Octal 303 52 37 0 116 124 30 4 111 54
Binary 11000011 101010 11111 0 1001110 1010100 11000 100 1001001 101100

Color Harmonies of #C32A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A1F

Black with #C32A1F

Text Example


Text Example

White with #C32A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A1F; }

 p { color: rgb(195,42,31); }

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

background-color css

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

 a { background-color: rgb(195,42,31); }

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

border-color css

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

 span { border-color: rgb(195,42,31); }

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