Html Css Color HEX #CF241F Harley Davidson Orange

📋 copy color: '#CF241F'

red 207 ◦ green 36 ◦ blue 31

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

Shades of Harley Davidson Orange #CF241F

Tints of Harley Davidson Orange #CF241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 75.55%
G = 13.14%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF241F (or 0xCF241F) is known color: Harley Davidson Orange. HEX triplet: CF, 24 and 1F. RGB value is (207,36,31). Sum of RGB (Red+Green+Blue) = 207+36+31=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF241F is #30DBE0. Grayscale: #565656. Windows color (decimal): -3202017 or 2041039. OLE color: 2041039.

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

Color convert

RGB 207 36 31 -
CMYK 0 0.83 0.85 0.19
HSL 1.7º 0.74% 0.47% -
HSV(B) 1.7º 0.85% 0.81% -
XYZ 26.61 14.63 2.72 -
YUV 86.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 207 36 31 0 0.83 0.85 0.19 1.7 0.74 0.47
Hex CF 24 1F 0 53 55 13 2 4A 2F
Octal 317 44 37 0 123 125 23 2 112 57
Binary 11001111 100100 11111 0 1010011 1010101 10011 10 1001010 101111

Color Harmonies of #CF241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF241F

Black with #CF241F

Text Example


Text Example

White with #CF241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF241F; }

 p { color: rgb(207,36,31); }

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

background-color css

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

 a { background-color: rgb(207,36,31); }

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

border-color css

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

 span { border-color: rgb(207,36,31); }

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