Html Css Color HEX #CF250C Harley Davidson Orange

📋 copy color: '#CF250C'

red 207 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #CF250C

Tints of Harley Davidson Orange #CF250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 80.86%
G = 14.45%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF250C (or 0xCF250C) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 0C. RGB value is (207,37,12). Sum of RGB (Red+Green+Blue) = 207+37+12=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF250C is #30DAF3. Grayscale: #555555. Windows color (decimal): -3201780 or 796111. OLE color: 796111.

HSL color Cylindrical-coordinate representation of color #CF250C: hue angle of 7.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF250C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 12 -
CMYK 0 0.82 0.94 0.19
HSL 7.69º 0.89% 0.43% -
HSV(B) 7.69º 0.94% 0.81% -
XYZ 26.46 14.62 1.77 -
YUV 84.98 86.82 215.03 -
System Red Green Blue C M Y K H S L
Decimal 207 37 12 0 0.82 0.94 0.19 7.69 0.89 0.43
Hex CF 25 C 0 52 5E 13 8 59 2B
Octal 317 45 14 0 122 136 23 10 131 53
Binary 11001111 100101 1100 0 1010010 1011110 10011 1000 1011001 101011

Color Harmonies of #CF250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF250C

Black with #CF250C

Text Example


Text Example

White with #CF250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF250C; }

 p { color: rgb(207,37,12); }

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

background-color css

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

 a { background-color: rgb(207,37,12); }

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

border-color css

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

 span { border-color: rgb(207,37,12); }

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