Html Css Color HEX #C32B0F Harley Davidson Orange

📋 copy color: '#C32B0F'

red 195 ◦ green 43 ◦ blue 15

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

Shades of Harley Davidson Orange #C32B0F

Tints of Harley Davidson Orange #C32B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 77.08%
G = 17%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C32B0F (or 0xC32B0F) is known color: Harley Davidson Orange. HEX triplet: C3, 2B and 0F. RGB value is (195,43,15). Sum of RGB (Red+Green+Blue) = 195+43+15=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32B0F is #3CD4F0. Grayscale: #555555. Windows color (decimal): -3986673 or 994243. OLE color: 994243.

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

Color convert

RGB 195 43 15 -
CMYK 0 0.78 0.92 0.24
HSL 9.33º 0.86% 0.41% -
HSV(B) 9.33º 0.92% 0.76% -
XYZ 23.46 13.36 1.8 -
YUV 85.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 195 43 15 0 0.78 0.92 0.24 9.33 0.86 0.41
Hex C3 2B F 0 4E 5C 18 9 56 29
Octal 303 53 17 0 116 134 30 11 126 51
Binary 11000011 101011 1111 0 1001110 1011100 11000 1001 1010110 101001

Color Harmonies of #C32B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B0F

Black with #C32B0F

Text Example


Text Example

White with #C32B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B0F; }

 p { color: rgb(195,43,15); }

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

background-color css

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

 a { background-color: rgb(195,43,15); }

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

border-color css

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

 span { border-color: rgb(195,43,15); }

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