Html Css Color HEX #CF221E Harley Davidson Orange

📋 copy color: '#CF221E'

red 207 ◦ green 34 ◦ blue 30

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

Shades of Harley Davidson Orange #CF221E

Tints of Harley Davidson Orange #CF221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 76.38%
G = 12.55%
B = 11.07%

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

#CF221E (or 0xCF221E) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 1E. RGB value is (207,34,30). Sum of RGB (Red+Green+Blue) = 207+34+30=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF221E is #30DDE1. Grayscale: #555555. Windows color (decimal): -3202530 or 1974991. OLE color: 1974991.

HSL color Cylindrical-coordinate representation of color #CF221E: hue angle of 1.36º degrees, saturation: 0.75, 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 #CF221E is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 30 -
CMYK 0 0.84 0.86 0.19
HSL 1.36º 0.75% 0.46% -
HSV(B) 1.36º 0.86% 0.81% -
XYZ 26.54 14.5 2.63 -
YUV 85.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 207 34 30 0 0.84 0.86 0.19 1.36 0.75 0.46
Hex CF 22 1E 0 54 56 13 1 4B 2E
Octal 317 42 36 0 124 126 23 1 113 56
Binary 11001111 100010 11110 0 1010100 1010110 10011 1 1001011 101110

Color Harmonies of #CF221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF221E

Black with #CF221E

Text Example


Text Example

White with #CF221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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