Html Css Color HEX #C21B07 Harley Davidson Orange

📋 copy color: '#C21B07'

red 194 ◦ green 27 ◦ blue 7

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

Shades of Harley Davidson Orange #C21B07

Tints of Harley Davidson Orange #C21B07

RGB

 RED value IS 194 (76.17% from 255) = 85.09%

 GREEN value IS 27 (10.94% from 255) = 11.84%

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 85.09%
G = 11.84%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C21B07 (or 0xC21B07) is known color: Harley Davidson Orange. HEX triplet: C2, 1B and 07. RGB value is (194,27,7). Sum of RGB (Red+Green+Blue) = 194+27+7=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21B07 is #3DE4F8. Grayscale: #4A4A4A. Windows color (decimal): -4056313 or 465858. OLE color: 465858.

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

Color convert

RGB 194 27 7 -
CMYK 0 0.86 0.96 0.24
HSL 6.42º 0.93% 0.39% -
HSV(B) 6.42º 0.96% 0.76% -
XYZ 22.68 12.27 1.37 -
YUV 74.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 194 27 7 0 0.86 0.96 0.24 6.42 0.93 0.39
Hex C2 1B 7 0 56 60 18 6 5D 27
Octal 302 33 7 0 126 140 30 6 135 47
Binary 11000010 11011 111 0 1010110 1100000 11000 110 1011101 100111

Color Harmonies of #C21B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B07

Black with #C21B07

Text Example


Text Example

White with #C21B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B07; }

 p { color: rgb(194,27,7); }

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

background-color css

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

 a { background-color: rgb(194,27,7); }

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

border-color css

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

 span { border-color: rgb(194,27,7); }

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