Html Css Color HEX #CF221B Harley Davidson Orange

📋 copy color: '#CF221B'

red 207 ◦ green 34 ◦ blue 27

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

Shades of Harley Davidson Orange #CF221B

Tints of Harley Davidson Orange #CF221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 77.24%
G = 12.69%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF221B (or 0xCF221B) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 1B. RGB value is (207,34,27). Sum of RGB (Red+Green+Blue) = 207+34+27=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF221B is #30DDE4. Grayscale: #555555. Windows color (decimal): -3202533 or 1778383. OLE color: 1778383.

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

Color convert

RGB 207 34 27 -
CMYK 0 0.84 0.87 0.19
HSL 2.33º 0.77% 0.46% -
HSV(B) 2.33º 0.87% 0.81% -
XYZ 26.5 14.49 2.44 -
YUV 84.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 207 34 27 0 0.84 0.87 0.19 2.33 0.77 0.46
Hex CF 22 1B 0 54 57 13 2 4D 2E
Octal 317 42 33 0 124 127 23 2 115 56
Binary 11001111 100010 11011 0 1010100 1010111 10011 10 1001101 101110

Color Harmonies of #CF221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF221B

Black with #CF221B

Text Example


Text Example

White with #CF221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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