Html Css Color HEX #C32A0D Harley Davidson Orange

📋 copy color: '#C32A0D'

red 195 ◦ green 42 ◦ blue 13

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

Shades of Harley Davidson Orange #C32A0D

Tints of Harley Davidson Orange #C32A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 78%
G = 16.8%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C32A0D (or 0xC32A0D) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 0D. RGB value is (195,42,13). Sum of RGB (Red+Green+Blue) = 195+42+13=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A0D is #3CD5F2. Grayscale: #545454. Windows color (decimal): -3986931 or 862915. OLE color: 862915.

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

Color convert

RGB 195 42 13 -
CMYK 0 0.78 0.93 0.24
HSL 9.56º 0.88% 0.41% -
HSV(B) 9.56º 0.93% 0.76% -
XYZ 23.41 13.29 1.71 -
YUV 84.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 195 42 13 0 0.78 0.93 0.24 9.56 0.88 0.41
Hex C3 2A D 0 4E 5D 18 A 58 29
Octal 303 52 15 0 116 135 30 12 130 51
Binary 11000011 101010 1101 0 1001110 1011101 11000 1010 1011000 101001

Color Harmonies of #C32A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A0D

Black with #C32A0D

Text Example


Text Example

White with #C32A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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