Html Css Color HEX #CF2E21 Harley Davidson Orange

📋 copy color: '#CF2E21'

red 207 ◦ green 46 ◦ blue 33

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

Shades of Harley Davidson Orange #CF2E21

Tints of Harley Davidson Orange #CF2E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 72.38%
G = 16.08%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2E21 (or 0xCF2E21) is known color: Harley Davidson Orange. HEX triplet: CF, 2E and 21. RGB value is (207,46,33). Sum of RGB (Red+Green+Blue) = 207+46+33=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E21 is #30D1DE. Grayscale: #5C5C5C. Windows color (decimal): -3199455 or 2174671. OLE color: 2174671.

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

Color convert

RGB 207 46 33 -
CMYK 0 0.78 0.84 0.19
HSL 4.48º 0.73% 0.47% -
HSV(B) 4.48º 0.84% 0.81% -
XYZ 26.98 15.33 2.98 -
YUV 92.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 207 46 33 0 0.78 0.84 0.19 4.48 0.73 0.47
Hex CF 2E 21 0 4E 54 13 4 48 2F
Octal 317 56 41 0 116 124 23 4 110 57
Binary 11001111 101110 100001 0 1001110 1010100 10011 100 1001000 101111

Color Harmonies of #CF2E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E21

Black with #CF2E21

Text Example


Text Example

White with #CF2E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E21; }

 p { color: rgb(207,46,33); }

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

background-color css

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

 a { background-color: rgb(207,46,33); }

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

border-color css

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

 span { border-color: rgb(207,46,33); }

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