Html Css Color HEX #C32E04 Harley Davidson Orange

📋 copy color: '#C32E04'

red 195 ◦ green 46 ◦ blue 4

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

Shades of Harley Davidson Orange #C32E04

Tints of Harley Davidson Orange #C32E04

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.78%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 79.59%
G = 18.78%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C32E04 (or 0xC32E04) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 04. RGB value is (195,46,4). Sum of RGB (Red+Green+Blue) = 195+46+4=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E04 is #3CD1FB. Grayscale: #565656. Windows color (decimal): -3985916 or 274115. OLE color: 274115.

HSL color Cylindrical-coordinate representation of color #C32E04: hue angle of 13.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C32E04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 4 -
CMYK 0 0.76 0.98 0.24
HSL 13.19º 0.96% 0.39% -
HSV(B) 13.19º 0.98% 0.76% -
XYZ 23.5 13.56 1.49 -
YUV 85.76 81.86 205.92 -
System Red Green Blue C M Y K H S L
Decimal 195 46 4 0 0.76 0.98 0.24 13.19 0.96 0.39
Hex C3 2E 4 0 4C 62 18 D 60 27
Octal 303 56 4 0 114 142 30 15 140 47
Binary 11000011 101110 100 0 1001100 1100010 11000 1101 1100000 100111

Color Harmonies of #C32E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E04

Black with #C32E04

Text Example


Text Example

White with #C32E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E04; }

 p { color: rgb(195,46,4); }

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

background-color css

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

 a { background-color: rgb(195,46,4); }

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

border-color css

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

 span { border-color: rgb(195,46,4); }

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