Html Css Color HEX #CF221C Harley Davidson Orange

📋 copy color: '#CF221C'

red 207 ◦ green 34 ◦ blue 28

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

Shades of Harley Davidson Orange #CF221C

Tints of Harley Davidson Orange #CF221C

RGB

 RED value IS 207 (81.25% from 255) = 76.95%

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 76.95%
G = 12.64%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF221C (or 0xCF221C) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 1C. RGB value is (207,34,28). Sum of RGB (Red+Green+Blue) = 207+34+28=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF221C is #30DDE3. Grayscale: #555555. Windows color (decimal): -3202532 or 1843919. OLE color: 1843919.

HSL color Cylindrical-coordinate representation of color #CF221C: hue angle of 2.01º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF221C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 28 -
CMYK 0 0.84 0.86 0.19
HSL 2.01º 0.76% 0.46% -
HSV(B) 2.01º 0.86% 0.81% -
XYZ 26.51 14.49 2.5 -
YUV 85.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 207 34 28 0 0.84 0.86 0.19 2.01 0.76 0.46
Hex CF 22 1C 0 54 56 13 2 4C 2E
Octal 317 42 34 0 124 126 23 2 114 56
Binary 11001111 100010 11100 0 1010100 1010110 10011 10 1001100 101110

Color Harmonies of #CF221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF221C

Black with #CF221C

Text Example


Text Example

White with #CF221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF221C; }

 p { color: rgb(207,34,28); }

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

background-color css

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

 a { background-color: rgb(207,34,28); }

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

border-color css

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

 span { border-color: rgb(207,34,28); }

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