Html Css Color HEX #C3421A Harley Davidson Orange

📋 copy color: '#C3421A'

red 195 ◦ green 66 ◦ blue 26

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

Shades of Harley Davidson Orange #C3421A

Tints of Harley Davidson Orange #C3421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 67.94%
G = 23%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3421A (or 0xC3421A) is known color: Harley Davidson Orange. HEX triplet: C3, 42 and 1A. RGB value is (195,66,26). Sum of RGB (Red+Green+Blue) = 195+66+26=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3421A is #3CBDE5. Grayscale: #646464. Windows color (decimal): -3980774 or 1721027. OLE color: 1721027.

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

Color convert

RGB 195 66 26 -
CMYK 0 0.66 0.87 0.24
HSL 14.2º 0.76% 0.43% -
HSV(B) 14.2º 0.87% 0.76% -
XYZ 24.64 15.57 2.68 -
YUV 100.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 195 66 26 0 0.66 0.87 0.24 14.2 0.76 0.43
Hex C3 42 1A 0 42 57 18 E 4C 2B
Octal 303 102 32 0 102 127 30 16 114 53
Binary 11000011 1000010 11010 0 1000010 1010111 11000 1110 1001100 101011

Color Harmonies of #C3421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3421A

Black with #C3421A

Text Example


Text Example

White with #C3421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3421A; }

 p { color: rgb(195,66,26); }

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

background-color css

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

 a { background-color: rgb(195,66,26); }

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

border-color css

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

 span { border-color: rgb(195,66,26); }

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