Html Css Color HEX #C3431D Harley Davidson Orange

📋 copy color: '#C3431D'

red 195 ◦ green 67 ◦ blue 29

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

Shades of Harley Davidson Orange #C3431D

Tints of Harley Davidson Orange #C3431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 29 (11.72% from 255) = 9.97%

R = 67.01%
G = 23.02%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3431D (or 0xC3431D) is known color: Harley Davidson Orange. HEX triplet: C3, 43 and 1D. RGB value is (195,67,29). Sum of RGB (Red+Green+Blue) = 195+67+29=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3431D is #3CBCE2. Grayscale: #656565. Windows color (decimal): -3980515 or 1917891. OLE color: 1917891.

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

Color convert

RGB 195 67 29 -
CMYK 0 0.66 0.85 0.24
HSL 13.73º 0.74% 0.44% -
HSV(B) 13.73º 0.85% 0.76% -
XYZ 24.73 15.71 2.89 -
YUV 100.94 87.41 195.09 -
System Red Green Blue C M Y K H S L
Decimal 195 67 29 0 0.66 0.85 0.24 13.73 0.74 0.44
Hex C3 43 1D 0 42 55 18 E 4A 2C
Octal 303 103 35 0 102 125 30 16 112 54
Binary 11000011 1000011 11101 0 1000010 1010101 11000 1110 1001010 101100

Color Harmonies of #C3431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3431D

Black with #C3431D

Text Example


Text Example

White with #C3431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3431D; }

 p { color: rgb(195,67,29); }

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

background-color css

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

 a { background-color: rgb(195,67,29); }

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

border-color css

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

 span { border-color: rgb(195,67,29); }

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